add timestamp

This commit is contained in:
Rawley
2024-02-26 15:16:54 -06:00
parent e3f0eb90ce
commit 6ed01801a3

View File

@@ -9,6 +9,7 @@
<div style="margin: 48px; width: 580px;">
<a href="/">&lt;&lt; back</a>
<h1>Dancer2::Controllers and Perl Attributes</h1>
<p>Published February 26th, 2024.</p>
<p>
Recently I created <a href="https://metacpan.org/pod/Dancer2::Controllers"><code>Dancer2::Controllers</code></a>, a simple
<code>Moose</code> based approach for defining routes in Dancer2. I built this as an attempt to add Spring-Boot esq annotations to