From 6ed01801a3442413a82f24e2a2726ccf89452926 Mon Sep 17 00:00:00 2001 From: Rawley Date: Mon, 26 Feb 2024 15:16:54 -0600 Subject: [PATCH] add timestamp --- dancer2-controllers.html | 1 + 1 file changed, 1 insertion(+) diff --git a/dancer2-controllers.html b/dancer2-controllers.html index 5135d61..e834943 100644 --- a/dancer2-controllers.html +++ b/dancer2-controllers.html @@ -9,6 +9,7 @@
<< back

Dancer2::Controllers and Perl Attributes

+

Published February 26th, 2024.

Recently I created Dancer2::Controllers, a simple Moose based approach for defining routes in Dancer2. I built this as an attempt to add Spring-Boot esq annotations to