projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
20e25eb
)
Moose::Tiny is not the same as Mouse::Tiny
Shawn M Moore [Mon, 22 Dec 2008 02:55:39 +0000 (
02:55
+0000)]
author/munge-tests-for-moose.pl
patch
|
blob
|
blame
|
history
diff --git
a/author/munge-tests-for-moose.pl
b/author/munge-tests-for-moose.pl
index
3aef0d0
..
a851ba7
100755
(executable)
--- 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;