From: David Mitchell Date: Thu, 16 Jul 2009 12:27:46 +0000 (+0100) Subject: overloading.pm will work with 5.10.1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5538866cd35e1a09ec34db15bb962679f6f4be5d;p=p5sagit%2Fp5-mst-13.2.git overloading.pm will work with 5.10.1 --- diff --git a/lib/overloading.pm b/lib/overloading.pm index e84708d..d1ca566 100644 --- 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;