overloading.pm will work with 5.10.1
David Mitchell [Thu, 16 Jul 2009 12:27:46 +0000 (13:27 +0100)]
lib/overloading.pm

index e84708d..d1ca566 100644 (file)
@@ -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;