X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fc3_mro.t;h=c731202c20e07e819b883e4ad687fc01e1f506cd;hb=2f4cd6f5131dedd5140723971561a931ab968353;hp=5d6b306f0228d5059343266e8b2317cdf8a2e75f;hpb=69b95ff3efb16d412d4658996fbd722fda411c50;p=catagits%2FCatalyst-Runtime.git diff --git a/t/c3_mro.t b/t/c3_mro.t index 5d6b306..c731202 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',