projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
124fa02
)
added workaround for autogenerated Moose test
Tokuhiro Matsuno [Mon, 13 Apr 2009 07:33:49 +0000 (16:33 +0900)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
095fb2e
..
2f3193f
100755
(executable)
--- 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;
};