Upgrade Module-Metadata from version 1.000018 to 1.000019
authorSteve Hay <steve.m.hay@googlemail.com>
Mon, 7 Oct 2013 07:52:13 +0000 (08:52 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Mon, 7 Oct 2013 08:42:30 +0000 (09:42 +0100)
Porting/Maintainers.pl
cpan/Module-Metadata/lib/Module/Metadata.pm
cpan/Module-Metadata/t/metadata.t
pod/perldelta.pod

index 6ad35ff..4afe7c0 100755 (executable)
@@ -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},
index a92d05f..e352d31 100644 (file)
@@ -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;
index 20e6440..2c2eb9e 100644 (file)
@@ -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;
 
index 9c8531b..8732b6e 100644 (file)
@@ -173,6 +173,12 @@ The list of Perl versions covered has been updated.
 
 =item *
 
+L<Module::Metadata> 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<Changes> file in