X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fc3_mro.t;h=b4bc0a785c48079c6f85d531986bf8d8809c5d8b;hb=f3414019f472b55682ef3af53f761b6db7955887;hp=32ba3b0d2534c458fda0e4628cd43c92abcc1343;hpb=4ae6f1089260213be83a06fc37b0d2bdc5c8ecd7;p=catagits%2FCatalyst-Runtime.git diff --git a/t/c3_mro.t b/t/c3_mro.t index 32ba3b0..b4bc0a7 100644 --- a/t/c3_mro.t +++ b/t/c3_mro.t @@ -13,7 +13,7 @@ my @cat_mods; { local @INC = grep {/blib/} @INC; @cat_mods = ( - 'Catalyst', + 'Catalyst', Module::Pluggable::Object->new(search_path => ['Catalyst'])->plugins, ); }