This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make dquote_static.c available to ext/re/
[perl5.git] / 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;