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