This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Updated Module::Metadata to CPAN version 1.000004
authorDavid Golden <dagolden@cpan.org>
Thu, 3 Feb 2011 07:59:53 +0000 (02:59 -0500)
committerDavid Golden <dagolden@cpan.org>
Thu, 3 Feb 2011 07:59:53 +0000 (02:59 -0500)
[DELTA]

1.0.4 2011-02-03 07:55:00
  - Fix broken metadata.t when @INC has relative paths (JJORE)

Porting/Maintainers.pl
cpan/Module-Metadata/lib/Module/Metadata.pm
cpan/Module-Metadata/t/metadata.t
pod/perldelta.pod

index 51e3e9c..71fd082 100755 (executable)
@@ -1062,7 +1062,7 @@ use File::Glob qw(:case);
     'Module::Metadata' =>
        {
        'MAINTAINER'    => 'dagolden',
-       'DISTRIBUTION'  => 'DAGOLDEN/Module-Metadata-1.000003.tar.gz',
+       'DISTRIBUTION'  => 'DAGOLDEN/Module-Metadata-1.000004.tar.gz',
        'FILES'         => q[cpan/Module-Metadata],
        'EXCLUDED'      => [ ],
        'UPSTREAM'      => 'cpan',
index e02b48f..9d60226 100644 (file)
@@ -11,7 +11,7 @@ package Module::Metadata;
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '1.000003';
+$VERSION = '1.000004';
 $VERSION = eval $VERSION;
 
 use File::Spec;
index 7f5cd92..f3d08aa 100644 (file)
@@ -177,6 +177,13 @@ plan tests => 37 + 2 * keys( %modules );
 
 require_ok('Module::Metadata');
 
+# class method C<find_module_by_name>
+my $module = Module::Metadata->find_module_by_name(
+               'Module::Metadata' );
+ok( -e $module, 'find_module_by_name() succeeds' );
+
+#########################
+
 my $tmp = MBTest->tmpdir;
 
 use DistGen;
@@ -185,13 +192,6 @@ $dist->regen;
 
 $dist->chdir_in;
 
-#########################
-
-# class method C<find_module_by_name>
-my $module = Module::Metadata->find_module_by_name(
-               'Module::Metadata' );
-ok( -e $module, 'find_module_by_name() succeeds' );
-
 
 # fail on invalid module name
 my $pm_info = Module::Metadata->new_from_module(
index 3f0d2d8..6d2fe1d 100644 (file)
@@ -144,6 +144,10 @@ Module::Build::YAML has been deprecated in favor of L<CPAN::Meta::YAML>.
 
 =item *
 
+C<Module::Metadata> has been upgraded from version 1.000003 to 1.000004.
+
+=item *
+
 C<Unicode::Collate> has been upgraded from version 0.68 to 0.72
 
 This also sees the switch from using the pure-perl version of this