switched eval with Try::Tiny
[catagits/Catalyst-Runtime.git] / lib / Catalyst / IOC.pm
CommitLineData
2336ae0b 1package Catalyst::IOC;
fb7aaa61 2use strict;
3use warnings;
51f62e09 4use base 'Bread::Board';
2336ae0b 5
fb7aaa61 6# You want to use Sub::Exporter here to export our sugar (and probably some of
7# the bread::board sugar
2336ae0b 8
fb7aaa61 91;
51f62e09 10
11__END__
12
13=pod
14
15=head1 NAME
16
17Catalyst::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
27Catalyst Contributors, see Catalyst.pm
28
29=head1 COPYRIGHT
30
31This library is free software. You can redistribute it and/or modify it under
32the same terms as Perl itself.
33
34=cut