projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a2cba4b
)
overloading.pm will work with 5.10.1
David Mitchell [Thu, 16 Jul 2009 12:27:46 +0000 (13:27 +0100)]
lib/overloading.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/overloading.pm
b/lib/overloading.pm
index
e84708d
..
d1ca566
100644
(file)
--- a/
lib/overloading.pm
+++ b/
lib/overloading.pm
@@
-7,7
+7,7
@@
our $VERSION = '0.01';
my $HINT_NO_AMAGIC = 0x01000000; # see perl.h
-require 5.011000;
+require 5.010001;
sub _ops_to_nums {
require overload::numbers;