X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FTestAppCustomContainer%2FModel%2FSingletonLifeCycle.pm;h=d7bd89508272e9ebef22633b45d659c3e4155663;hb=072b618d95788494189bbe1d53549a9c18b187a2;hp=c62afeaaf9819038eb295b19d2e2ee920fe4cc12;hpb=9527a3af2baa6bc0ac6adfc789f6861007a1b194;p=catagits%2FCatalyst-Runtime.git diff --git a/t/lib/TestAppCustomContainer/Model/SingletonLifeCycle.pm b/t/lib/TestAppCustomContainer/Model/SingletonLifeCycle.pm index c62afea..d7bd895 100644 --- a/t/lib/TestAppCustomContainer/Model/SingletonLifeCycle.pm +++ b/t/lib/TestAppCustomContainer/Model/SingletonLifeCycle.pm @@ -1,8 +1,7 @@ package TestAppCustomContainer::Model::SingletonLifeCycle; use Moose; extends 'Catalyst::Model'; -with 'TestAppCustomContainer::Role::HoldsFoo', - 'TestAppCustomContainer::Role::FailIfACCEPT_CONTEXTCalled'; +with 'TestAppCustomContainer::Role::FailIfACCEPT_CONTEXTCalled'; __PACKAGE__->meta->make_immutable;