reverting back to when tests pass. applying changes one by one to find what failed
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Model.pm
index 9ac59fd..356745e 100644 (file)
@@ -1,7 +1,7 @@
 package Catalyst::Model;
 
-use Moose;
-extends 'Catalyst::Component';
+use strict;
+use base qw/Catalyst::Component/;
 
 =head1 NAME