X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fclass_traits.t;h=edccea2b004deba6d28d337bad65424db727c4d9;hb=eb67e0f6a0ce8d92ad1c528f2c367f1923683ece;hp=2f6e4f36f1fd8d3147ce2de12251cea732e5834a;hpb=2d4da72cfbed7e0130b483f3ec0530b4f29e267c;p=catagits%2FCatalyst-Runtime.git 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;