From: Nicholas Clark Date: Wed, 29 Oct 2008 20:49:30 +0000 (+0000) Subject: Upgrade to PathTools 3.29. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=21887892fe1643d3535b08fa503112a3fcf67aa3;p=p5sagit%2Fp5-mst-13.2.git Upgrade to PathTools 3.29. p4raw-id: //depot/perl@34643 --- diff --git a/ext/Cwd/Changes b/ext/Cwd/Changes index 747d5f5..dec9c57 100644 --- a/ext/Cwd/Changes +++ b/ext/Cwd/Changes @@ -1,5 +1,9 @@ Revision history for Perl distribution PathTools. +3.29 - Wed Oct 29 20:48:11 2008 + +- Promote to stable release. + 3.28_03 - Mon Oct 27 22:12:11 2008 - In Cwd.pm, pass the un-munged $VERSION to XSLoader/DynaLoader, diff --git a/lib/Cwd.pm b/lib/Cwd.pm index 2497b6a..3bf704f 100644 --- a/lib/Cwd.pm +++ b/lib/Cwd.pm @@ -171,7 +171,7 @@ use strict; use Exporter; use vars qw(@ISA @EXPORT @EXPORT_OK $VERSION); -$VERSION = '3.28_03'; +$VERSION = '3.29'; my $xs_version = $VERSION; $VERSION = eval $VERSION; diff --git a/lib/File/Spec.pm b/lib/File/Spec.pm index 9be1a82..d5ee060 100644 --- a/lib/File/Spec.pm +++ b/lib/File/Spec.pm @@ -3,7 +3,7 @@ package File::Spec; use strict; use vars qw(@ISA $VERSION); -$VERSION = '3.28_03'; +$VERSION = '3.29'; $VERSION = eval $VERSION; my %module = (MacOS => 'Mac', diff --git a/lib/File/Spec/Cygwin.pm b/lib/File/Spec/Cygwin.pm index b58302b..b3241c2 100644 --- a/lib/File/Spec/Cygwin.pm +++ b/lib/File/Spec/Cygwin.pm @@ -4,7 +4,7 @@ use strict; use vars qw(@ISA $VERSION); require File::Spec::Unix; -$VERSION = '3.28_03'; +$VERSION = '3.29'; $VERSION = eval $VERSION; @ISA = qw(File::Spec::Unix); diff --git a/lib/File/Spec/Epoc.pm b/lib/File/Spec/Epoc.pm index 03ae900..5812f68 100644 --- a/lib/File/Spec/Epoc.pm +++ b/lib/File/Spec/Epoc.pm @@ -3,7 +3,7 @@ package File::Spec::Epoc; use strict; use vars qw($VERSION @ISA); -$VERSION = '3.28_03'; +$VERSION = '3.29'; $VERSION = eval $VERSION; require File::Spec::Unix; diff --git a/lib/File/Spec/Functions.pm b/lib/File/Spec/Functions.pm index 7bcbddf..7965562 100644 --- a/lib/File/Spec/Functions.pm +++ b/lib/File/Spec/Functions.pm @@ -5,7 +5,7 @@ use strict; use vars qw(@ISA @EXPORT @EXPORT_OK %EXPORT_TAGS $VERSION); -$VERSION = '3.28_03'; +$VERSION = '3.29'; $VERSION = eval $VERSION; require Exporter; diff --git a/lib/File/Spec/Mac.pm b/lib/File/Spec/Mac.pm index 32d5319..aceef4b 100644 --- a/lib/File/Spec/Mac.pm +++ b/lib/File/Spec/Mac.pm @@ -4,7 +4,7 @@ use strict; use vars qw(@ISA $VERSION); require File::Spec::Unix; -$VERSION = '3.28_03'; +$VERSION = '3.29'; $VERSION = eval $VERSION; @ISA = qw(File::Spec::Unix); diff --git a/lib/File/Spec/OS2.pm b/lib/File/Spec/OS2.pm index 6cecbaa..a68d64f 100644 --- a/lib/File/Spec/OS2.pm +++ b/lib/File/Spec/OS2.pm @@ -4,7 +4,7 @@ use strict; use vars qw(@ISA $VERSION); require File::Spec::Unix; -$VERSION = '3.28_03'; +$VERSION = '3.29'; $VERSION = eval $VERSION; @ISA = qw(File::Spec::Unix); diff --git a/lib/File/Spec/Unix.pm b/lib/File/Spec/Unix.pm index a4f4c1d..99782fd 100644 --- a/lib/File/Spec/Unix.pm +++ b/lib/File/Spec/Unix.pm @@ -3,7 +3,7 @@ package File::Spec::Unix; use strict; use vars qw($VERSION); -$VERSION = '3.28_03'; +$VERSION = '3.29'; $VERSION = eval $VERSION; =head1 NAME diff --git a/lib/File/Spec/VMS.pm b/lib/File/Spec/VMS.pm index 571c6e5..3585b9a 100644 --- a/lib/File/Spec/VMS.pm +++ b/lib/File/Spec/VMS.pm @@ -4,7 +4,7 @@ use strict; use vars qw(@ISA $VERSION); require File::Spec::Unix; -$VERSION = '3.28_03'; +$VERSION = '3.29'; $VERSION = eval $VERSION; @ISA = qw(File::Spec::Unix); diff --git a/lib/File/Spec/Win32.pm b/lib/File/Spec/Win32.pm index 7868afd..692dcbc 100644 --- a/lib/File/Spec/Win32.pm +++ b/lib/File/Spec/Win32.pm @@ -5,7 +5,7 @@ use strict; use vars qw(@ISA $VERSION); require File::Spec::Unix; -$VERSION = '3.28_03'; +$VERSION = '3.29'; $VERSION = eval $VERSION; @ISA = qw(File::Spec::Unix);