Update Cwd / PathTools to 3.31 to get us a non-devel version number based on a chat...
Jesse Vincent [Thu, 10 Dec 2009 18:14:24 +0000 (13:14 -0500)]
Porting/Maintainers.pl
cpan/Cwd/Changes
cpan/Cwd/Cwd.pm
cpan/Cwd/lib/File/Spec.pm

index a3e5e65..235354e 100755 (executable)
@@ -1131,7 +1131,7 @@ use File::Glob qw(:case);
     'PathTools' =>
        {
        'MAINTAINER'    => 'kwilliams',
-       'DISTRIBUTION'  => 'SMUELLER/PathTools-3.30_02.tar.gz',
+       'DISTRIBUTION'  => 'SMUELLER/PathTools-3.31.tar.gz',
        'FILES'         => q[cpan/Cwd],
        'EXCLUDED'      => [ qr{^t/lib/Test/} ],
        'CPAN'          => 1,
index 29d0113..63484e1 100644 (file)
@@ -1,5 +1,19 @@
 Revision history for Perl distribution PathTools.
 
+3.31 - Sun Nov  1 15:15:00 2009
+
+- Do not pack a Build.PL to avoid a circular dependency involving
+  ExtUtils::CBuilder (PathTools RT #50749)
+
+3.30_02 - Tue Sep 29 08:17:00 2009
+
+- Remove more special logic required for core perl.
+
+3.30_01 - Mon Sep 21 14:39:00 2009
+
+- Merge changes from core perl.
+  (Mostly changes regarding the lib->ext migration)
+
 3.30 - Sun May 10 10:55:00 2009
 
 - Promote to stable release.
index bc2f3db..a5e2cda 100644 (file)
@@ -171,7 +171,7 @@ use strict;
 use Exporter;
 use vars qw(@ISA @EXPORT @EXPORT_OK $VERSION);
 
-$VERSION = '3.3002';
+$VERSION = '3.31';
 my $xs_version = $VERSION;
 $VERSION = eval $VERSION;
 
index 839e2aa..40c7316 100644 (file)
@@ -3,7 +3,7 @@ package File::Spec;
 use strict;
 use vars qw(@ISA $VERSION);
 
-$VERSION = '3.30';
+$VERSION = '3.31';
 $VERSION = eval $VERSION;
 
 my %module = (MacOS   => 'Mac',