projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b1f5f41
)
fucking-bleadperl
0_49
Stevan Little [Thu, 13 Dec 2007 01:12:06 +0000 (
01:12
+0000)]
lib/Class/MOP.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Class/MOP.pm
b/lib/Class/MOP.pm
index
f9d74aa
..
7f2cbc5
100644
(file)
--- a/
lib/Class/MOP.pm
+++ b/
lib/Class/MOP.pm
@@
-21,7
+21,7
@@
BEGIN {
XSLoader::load( 'Class::MOP', $VERSION );
unless ($] < 5.009_005) {
- no warnings 'redefine';
+ no warnings 'redefine', 'prototype';
*check_package_cache_flag = \&mro::get_pkg_gen;
}
}