X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Funit_core_component_mro.t;h=45d09250f69fed5bc891f8be1652fa33b9f7787b;hb=610bc6eccd3d749c9e14422575c3b8787f48fcf1;hp=78184028383dec44e19e75b47d5a35ddf1b24779;hpb=6a7254b57957f4f40cee98226a93b012c5427cfe;p=catagits%2FCatalyst-Runtime.git diff --git a/t/unit_core_component_mro.t b/t/unit_core_component_mro.t index 7818402..45d0925 100644 --- a/t/unit_core_component_mro.t +++ b/t/unit_core_component_mro.t @@ -6,7 +6,7 @@ use warnings; package MyApp::Component; use Test::More; - sub COMPONENT{ + sub COMPONENT { my $caller = caller; is($caller, 'Catalyst::Component', 'Correct method resolution'); }