Basing Catalyst::IOC on Bread::Board (don't know if it's supposed to, but current...
André Walker [Fri, 5 Aug 2011 20:51:08 +0000 (17:51 -0300)]
lib/Catalyst/IOC.pm

index 6cf69a6..f63e3da 100644 (file)
@@ -1,8 +1,34 @@
 package Catalyst::IOC;
 use strict;
 use warnings;
+use base 'Bread::Board';
 
 # You want to use Sub::Exporter here to export our sugar (and probably some of
 # the bread::board sugar
 
 1;
+
+__END__
+
+=pod
+
+=head1 NAME
+
+Catalyst::IOC - IOC for Catalyst, based on Bread::Board
+
+=head1 SYNOPSIS
+
+=head1 DESCRIPTION
+
+=head1 METHODS
+
+=head1 AUTHORS
+
+Catalyst Contributors, see Catalyst.pm
+
+=head1 COPYRIGHT
+
+This library is free software. You can redistribute it and/or modify it under
+the same terms as Perl itself.
+
+=cut