summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xPorting/Maintainers.pl2
-rw-r--r--cpan/Cwd/Changes14
-rw-r--r--cpan/Cwd/Cwd.pm2
-rw-r--r--cpan/Cwd/lib/File/Spec.pm2
4 files changed, 17 insertions, 3 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index a3e5e65fec..235354ea1e 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -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,
diff --git a/cpan/Cwd/Changes b/cpan/Cwd/Changes
index 29d0113fcb..63484e1d3c 100644
--- a/cpan/Cwd/Changes
+++ b/cpan/Cwd/Changes
@@ -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.
diff --git a/cpan/Cwd/Cwd.pm b/cpan/Cwd/Cwd.pm
index bc2f3db644..a5e2cda932 100644
--- a/cpan/Cwd/Cwd.pm
+++ b/cpan/Cwd/Cwd.pm
@@ -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;
diff --git a/cpan/Cwd/lib/File/Spec.pm b/cpan/Cwd/lib/File/Spec.pm
index 839e2aada2..40c731649a 100644
--- a/cpan/Cwd/lib/File/Spec.pm
+++ b/cpan/Cwd/lib/File/Spec.pm
@@ -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',