In perl.git, the branch maint-5.10 has been updated
<http://perl5.git.perl.org/perl.git/commitdiff/f10445d39ed0126968ef62f93a28ffb4cf213098?hp=0dd3cdf438ecc9317fd6461795a3f1bc7783a908>
- Log -----------------------------------------------------------------
commit f10445d39ed0126968ef62f93a28ffb4cf213098
Author: David Mitchell <davem@iabyn.com>
Date: Thu Jul 16 13:46:50 2009 +0100
bump Encode version in Maintainers.pl
(cherry picked from commit b34f6083b4d39c72046d78f83c4f3afa9e6f839c)
M Porting/Maintainers.pl
commit e3e8d36de7f736546e4f4b16d59cdc842907a665
Author: David Mitchell <davem@iabyn.com>
Date: Thu Jul 16 13:27:46 2009 +0100
overloading.pm will work with 5.10.1
(cherry-picked from commit 5538866cd3)
M lib/overloading.pm
-----------------------------------------------------------------------
Summary of changes:
Porting/Maintainers.pl | 2 +-
lib/overloading.pm | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index edd7bc8..33be91e 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -577,7 +577,7 @@ package Maintainers;
'Encode' =>
{
'MAINTAINER' => 'dankogai',
- 'DISTRIBUTION' => 'DANKOGAI/Encode-2.34.tar.gz',
+ 'DISTRIBUTION' => 'DANKOGAI/Encode-2.35.tar.gz',
'FILES' => q[ext/Encode],
'CPAN' => 1,
'UPSTREAM' => undef,
diff --git a/lib/overloading.pm b/lib/overloading.pm
index 0e131e5..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.010000; # XXX should be 5.010001
+require 5.010001;
sub _ops_to_nums {
require overload::numbers;
--
Perl5 Master Repository