From: Shawn M Moore Date: Mon, 22 Dec 2008 02:55:39 +0000 (+0000) Subject: Moose::Tiny is not the same as Mouse::Tiny X-Git-Tag: 0.19~93 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=99ba3cce247b4644516bb4435f74ac2ffb08fd39 Moose::Tiny is not the same as Mouse::Tiny --- diff --git a/author/munge-tests-for-moose.pl b/author/munge-tests-for-moose.pl index 3aef0d0..a851ba7 100755 --- a/author/munge-tests-for-moose.pl +++ b/author/munge-tests-for-moose.pl @@ -9,7 +9,7 @@ BEGIN { next if $ARGV =~ /squirrel/i; # Squirrel tests are for both Moose and Mouse -s/Mouse/Moose/g; +s/Mouse(?!::Tiny)/Moose/g; s/Moose::(load_class|is_class_loaded)/Class::MOP::$1/g;