X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FTestAppCustomContainer%2FModel%2FBaz.pm;h=2efb1f591e54bd820ad7f761ed314f69cee3e056;hb=ced6f9e2e0e0b6e04249634b1ce8455bba9aa959;hp=fa475e600d420a2a9e82692ff94917760a7f2027;hpb=3552850bf9f1c075b5c296cfc8d9c792956ca81e;p=catagits%2FCatalyst-Runtime.git diff --git a/t/lib/TestAppCustomContainer/Model/Baz.pm b/t/lib/TestAppCustomContainer/Model/Baz.pm index fa475e6..2efb1f5 100644 --- a/t/lib/TestAppCustomContainer/Model/Baz.pm +++ b/t/lib/TestAppCustomContainer/Model/Baz.pm @@ -4,12 +4,6 @@ extends 'Catalyst::Model'; with 'TestAppCustomContainer::Role::HoldsFoo', 'TestAppCustomContainer::Role::ACCEPT_CONTEXT'; -sub BUILD { - my ( $self ) = @_; - - $self->foo->inc_baz_got_it; -} - __PACKAGE__->meta->make_immutable; no Moose;