From: Steve Hay Date: Mon, 7 Oct 2013 07:52:13 +0000 (+0100) Subject: Upgrade Module-Metadata from version 1.000018 to 1.000019 X-Git-Tag: upstream/5.20.0~1591 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d477c82bf8b8c629be2915335abd4358a5bd0132;p=platform%2Fupstream%2Fperl.git Upgrade Module-Metadata from version 1.000018 to 1.000019 --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 6ad35ff..4afe7c0 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1072,7 +1072,7 @@ use File::Glob qw(:case); }, 'Module::Metadata' => { - 'DISTRIBUTION' => 'ETHER/Module-Metadata-1.000018.tar.gz', + 'DISTRIBUTION' => 'ETHER/Module-Metadata-1.000019.tar.gz', 'FILES' => q[cpan/Module-Metadata], 'EXCLUDED' => [ qr{^maint}, diff --git a/cpan/Module-Metadata/lib/Module/Metadata.pm b/cpan/Module-Metadata/lib/Module/Metadata.pm index a92d05f..e352d31 100644 --- a/cpan/Module-Metadata/lib/Module/Metadata.pm +++ b/cpan/Module-Metadata/lib/Module/Metadata.pm @@ -12,7 +12,7 @@ package Module::Metadata; use strict; use warnings; -our $VERSION = '1.000018'; +our $VERSION = '1.000019'; $VERSION = eval $VERSION; use Carp qw/croak/; @@ -654,6 +654,7 @@ sub _evaluate_version_line { #; package Module::Metadata::_version::p$pn; use version; no strict; + no warnings; \$vsub = sub { local $sigil$var; diff --git a/cpan/Module-Metadata/t/metadata.t b/cpan/Module-Metadata/t/metadata.t index 20e6440..2c2eb9e 100644 --- a/cpan/Module-Metadata/t/metadata.t +++ b/cpan/Module-Metadata/t/metadata.t @@ -210,6 +210,12 @@ package Simple v1.2.3_4 { 1; } --- + '0' => <<'---', # set from separately-initialised variable +package Simple; + our $CVSVERSION = '$Revision: 1.7 $'; + our ($VERSION) = ($CVSVERSION =~ /(\d+\.\d+)/); +} +--- ); my %modules = reverse @modules; diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 9c8531b..8732b6e 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -173,6 +173,12 @@ The list of Perl versions covered has been updated. =item * +L has been upgraded from version 1.000018 to 1.000019. + +Warnings are now disabled during version evaluation. + +=item * + The podlators modules have been upgraded from version 2.5.1 to 2.5.2. Numerous updates and bug fixes are incorporated. See the F file in