Not a Moose class, no ->new method
[catagits/Catalyst-Runtime.git] / lib / Catalyst / IOC.pm
1 package Catalyst::IOC;
2 use strict;
3 use warnings;
4
5 # You want to use Sub::Exporter here to export our sugar (and probably some of
6 # the bread::board sugar
7
8 1;