From: Jesse Vincent Date: Thu, 10 Dec 2009 18:14:24 +0000 (-0500) Subject: Update Cwd / PathTools to 3.31 to get us a non-devel version number based on a chat... X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9c7b20a98a1d5faa39d9d097a77c2bf4a0a19daa;p=p5sagit%2Fp5-mst-13.2.git Update Cwd / PathTools to 3.31 to get us a non-devel version number based on a chat with Steffen. No code changes. --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index a3e5e65..235354e 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 29d0113..63484e1 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 bc2f3db..a5e2cda 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 839e2aa..40c7316 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',