Note that regex fallback errors and docs could be more helpful
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Base.pm
index e6bd821..c368fa8 100644 (file)
@@ -1,7 +1,8 @@
 package Catalyst::Base;
 
-use strict;
 use base qw/Catalyst::Controller/;
+use Moose;
+no Moose;
 
 1;