X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Fclass_traits.t;fp=t%2Fclass_traits.t;h=edccea2b004deba6d28d337bad65424db727c4d9;hp=2f6e4f36f1fd8d3147ce2de12251cea732e5834a;hb=0f0fedb2b03e13e16636b61fd5e82b6563d2ee9c;hpb=3785afa685ed291cff7e041a73344749c52d2d22 diff --git a/t/class_traits.t b/t/class_traits.t index 2f6e4f3..edccea2 100644 --- a/t/class_traits.t +++ b/t/class_traits.t @@ -18,7 +18,7 @@ BEGIN { sub c { 'c' } package TestApp::TraitFor::Request::Bar; - $INC{'Catalyst/TraitFor/Request/Bar.pm'} = __FILE__; + $INC{'TestApp/TraitFor/Request/Bar.pm'} = __FILE__; use Moose::Role; sub d { 'd' } @@ -31,7 +31,7 @@ BEGIN { sub c { 'c' } package TestApp::TraitFor::Response::Bar; - $INC{'Catalyst/TraitFor/Response/Bar.pm'} = __FILE__; + $INC{'TestApp/TraitFor/Response/Bar.pm'} = __FILE__; use Moose::Role;