From: Tokuhiro Matsuno Date: Mon, 13 Apr 2009 07:33:49 +0000 (+0900) Subject: added workaround for autogenerated Moose test X-Git-Tag: 0.22~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=1763d4d69e986002fc797b80e42db3cf565b3f6c added workaround for autogenerated Moose test --- diff --git a/Makefile.PL b/Makefile.PL index 095fb2e..2f3193f 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -74,6 +74,7 @@ sub create_moose_compatibility_test { close $rfh; $s; }; + $src =~ s/Mouse::is_class_loaded/Class::MOP::is_class_loaded/g; $src =~ s/Mouse/Moose/g; $src; };