Not a Moose class, no ->new method
[catagits/Catalyst-Runtime.git] / 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;