X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Funit_core_component_mro.t;h=45d09250f69fed5bc891f8be1652fa33b9f7787b;hp=78184028383dec44e19e75b47d5a35ddf1b24779;hb=c48335a32ac4189b8613b1dbb8837d7a7cc4dc40;hpb=1c6a35b15865e23dbcbb8328df093bc6e50831b6 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'); }