big kahuna

This commit is contained in:
2026-08-15 23:05:57 -06:00
parent 6fec70c7c8
commit 84893662ca
25 changed files with 3886 additions and 27 deletions

View File

@@ -2,6 +2,6 @@ package CW::Controller;
use Moo;
has dbh => ( is => 'ro' );
has dbh => ( is => 'ro', required => 1 );
1;