no need for throwing exception
[catagits/Catalyst-Runtime.git] / t / lib / TestAppCustomContainer / External / Class.pm
CommitLineData
b463fcad 1package TestAppCustomContainer::External::Class;
c997638f 2use Moose;
3
b463fcad 4__PACKAGE__->meta->make_immutable;
5
c997638f 61;
7