Basing Catalyst::IOC on Bread::Board (don't know if it's supposed to, but current...
[catagits/Catalyst-Runtime.git] / lib / Catalyst / IOC.pm
1 package Catalyst::IOC;
2 use strict;
3 use warnings;
4 use base 'Bread::Board';
5
6 # You want to use Sub::Exporter here to export our sugar (and probably some of
7 # the bread::board sugar
8
9 1;
10
11 __END__
12
13 =pod
14
15 =head1 NAME
16
17 Catalyst::IOC - IOC for Catalyst, based on Bread::Board
18
19 =head1 SYNOPSIS
20
21 =head1 DESCRIPTION
22
23 =head1 METHODS
24
25 =head1 AUTHORS
26
27 Catalyst Contributors, see Catalyst.pm
28
29 =head1 COPYRIGHT
30
31 This library is free software. You can redistribute it and/or modify it under
32 the same terms as Perl itself.
33
34 =cut