X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fc3_mro.t;h=57c3bdb7c2c9ebd05a810cf2922a3146b94a9089;hb=6b2a933b5b3820e494f9b5804c7c2eb6083bcf09;hp=b4bc0a785c48079c6f85d531986bf8d8809c5d8b;hpb=ac5c933bdd463558e8d621507a53a7b247a9093e;p=catagits%2FCatalyst-Runtime.git diff --git a/t/c3_mro.t b/t/c3_mro.t index b4bc0a7..57c3bdb 100644 --- a/t/c3_mro.t +++ b/t/c3_mro.t @@ -11,6 +11,10 @@ plan skip_all => "This test requires Class::C3" if $@; # Get a list of all Catalyst:: packages in blib via M::P::O my @cat_mods; { + # problem with @INC on win32, see: + # http://rt.cpan.org/Ticket/Display.html?id=26452 + if ($^O eq 'MSWin32') { require Win32; Win32::GetCwd(); } + local @INC = grep {/blib/} @INC; @cat_mods = ( 'Catalyst',