Not a Moose class, no ->new method
Tomas Doran [Thu, 4 Aug 2011 18:43:05 +0000 (19:43 +0100)]
lib/Catalyst/IOC.pm

index 54bc3d9..6cf69a6 100644 (file)
@@ -1,7 +1,8 @@
 package Catalyst::IOC;
-use Moose;
-extends 'Bread::Board';
+use strict;
+use warnings;
 
-__PACKAGE__->meta->make_immutable;
+# You want to use Sub::Exporter here to export our sugar (and probably some of
+# the bread::board sugar
 
-no Moose; 1;
+1;