X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Fc3_mro.t;h=b4bc0a785c48079c6f85d531986bf8d8809c5d8b;hp=32ba3b0d2534c458fda0e4628cd43c92abcc1343;hb=ac5c933bdd463558e8d621507a53a7b247a9093e;hpb=e5ecd5bc38bac3e2fcfaf643ea2a4c6ab46d7e57 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, ); }