X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=Makefile.PL;h=2f3193fe4e5cb49457772fe59540125e2a0fe8c5;hp=095fb2ed0ac2affe3cf47eb42ccdee3b90217bd7;hb=1763d4d69e986002fc797b80e42db3cf565b3f6c;hpb=124fa02749d8411ff5bd0916442d97f76a94ca63 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; };