X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=author%2Fmunge-tests-for-moose.pl;h=3aef0d0f01c6d08a451963f7c42fcfdfefafba62;hp=4bbfa36ff86c32823fe3c8a5cd54b1f1ca355728;hb=c1d04abf5d8c4781602cff2b7fa354544d3603f4;hpb=dc4a7abe0f3a5d40010ac7d47db415f14b3e7a47 diff --git a/author/munge-tests-for-moose.pl b/author/munge-tests-for-moose.pl index 4bbfa36..3aef0d0 100755 --- a/author/munge-tests-for-moose.pl +++ b/author/munge-tests-for-moose.pl @@ -7,6 +7,9 @@ BEGIN { $^I = ''; } +next if $ARGV =~ /squirrel/i; # Squirrel tests are for both Moose and Mouse + s/Mouse/Moose/g; + s/Moose::(load_class|is_class_loaded)/Class::MOP::$1/g;