Merge branch 'master' into gsoc_breadboard
[catagits/Catalyst-Runtime.git] / t / lib / TestAppCustomContainer / Model / SingletonLifeCycle.pm
CommitLineData
04189a0f 1package TestAppCustomContainer::Model::SingletonLifeCycle;
3ef84846 2use Moose;
3extends 'Catalyst::Model';
072b618d 4with 'TestAppCustomContainer::Role::FailIfACCEPT_CONTEXTCalled';
3ef84846 5
6__PACKAGE__->meta->make_immutable;
7
8no Moose;
91;