Change 34643 by [EMAIL PROTECTED] on 2008/10/29 20:49:30
Upgrade to PathTools 3.29.
Affected files ...
... //depot/perl/ext/Cwd/Changes#33 edit
... //depot/perl/lib/Cwd.pm#116 edit
... //depot/perl/lib/File/Spec.pm#63 edit
... //depot/perl/lib/File/Spec/Cygwin.pm#25 edit
... //depot/perl/lib/File/Spec/Epoc.pm#16 edit
... //depot/perl/lib/File/Spec/Functions.pm#19 edit
... //depot/perl/lib/File/Spec/Mac.pm#34 edit
... //depot/perl/lib/File/Spec/OS2.pm#30 edit
... //depot/perl/lib/File/Spec/Unix.pm#65 edit
... //depot/perl/lib/File/Spec/VMS.pm#54 edit
... //depot/perl/lib/File/Spec/Win32.pm#51 edit
Differences ...
==== //depot/perl/ext/Cwd/Changes#33 (text) ====
Index: perl/ext/Cwd/Changes
--- perl/ext/Cwd/Changes#32~34609~ 2008-10-27 14:34:55.000000000 -0700
+++ perl/ext/Cwd/Changes 2008-10-29 13:49:30.000000000 -0700
@@ -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,
==== //depot/perl/lib/Cwd.pm#116 (text) ====
Index: perl/lib/Cwd.pm
--- perl/lib/Cwd.pm#115~34609~ 2008-10-27 14:34:55.000000000 -0700
+++ perl/lib/Cwd.pm 2008-10-29 13:49:30.000000000 -0700
@@ -171,7 +171,7 @@
use Exporter;
use vars qw(@ISA @EXPORT @EXPORT_OK $VERSION);
-$VERSION = '3.28_03';
+$VERSION = '3.29';
my $xs_version = $VERSION;
$VERSION = eval $VERSION;
==== //depot/perl/lib/File/Spec.pm#63 (text) ====
Index: perl/lib/File/Spec.pm
--- perl/lib/File/Spec.pm#62~34609~ 2008-10-27 14:34:55.000000000 -0700
+++ perl/lib/File/Spec.pm 2008-10-29 13:49:30.000000000 -0700
@@ -3,7 +3,7 @@
use strict;
use vars qw(@ISA $VERSION);
-$VERSION = '3.28_03';
+$VERSION = '3.29';
$VERSION = eval $VERSION;
my %module = (MacOS => 'Mac',
==== //depot/perl/lib/File/Spec/Cygwin.pm#25 (text) ====
Index: perl/lib/File/Spec/Cygwin.pm
--- perl/lib/File/Spec/Cygwin.pm#24~34609~ 2008-10-27 14:34:55.000000000
-0700
+++ perl/lib/File/Spec/Cygwin.pm 2008-10-29 13:49:30.000000000 -0700
@@ -4,7 +4,7 @@
use vars qw(@ISA $VERSION);
require File::Spec::Unix;
-$VERSION = '3.28_03';
+$VERSION = '3.29';
$VERSION = eval $VERSION;
@ISA = qw(File::Spec::Unix);
==== //depot/perl/lib/File/Spec/Epoc.pm#16 (text) ====
Index: perl/lib/File/Spec/Epoc.pm
--- perl/lib/File/Spec/Epoc.pm#15~34609~ 2008-10-27 14:34:55.000000000
-0700
+++ perl/lib/File/Spec/Epoc.pm 2008-10-29 13:49:30.000000000 -0700
@@ -3,7 +3,7 @@
use strict;
use vars qw($VERSION @ISA);
-$VERSION = '3.28_03';
+$VERSION = '3.29';
$VERSION = eval $VERSION;
require File::Spec::Unix;
==== //depot/perl/lib/File/Spec/Functions.pm#19 (text) ====
Index: perl/lib/File/Spec/Functions.pm
--- perl/lib/File/Spec/Functions.pm#18~34609~ 2008-10-27 14:34:55.000000000
-0700
+++ perl/lib/File/Spec/Functions.pm 2008-10-29 13:49:30.000000000 -0700
@@ -5,7 +5,7 @@
use vars qw(@ISA @EXPORT @EXPORT_OK %EXPORT_TAGS $VERSION);
-$VERSION = '3.28_03';
+$VERSION = '3.29';
$VERSION = eval $VERSION;
require Exporter;
==== //depot/perl/lib/File/Spec/Mac.pm#34 (text) ====
Index: perl/lib/File/Spec/Mac.pm
--- perl/lib/File/Spec/Mac.pm#33~34609~ 2008-10-27 14:34:55.000000000 -0700
+++ perl/lib/File/Spec/Mac.pm 2008-10-29 13:49:30.000000000 -0700
@@ -4,7 +4,7 @@
use vars qw(@ISA $VERSION);
require File::Spec::Unix;
-$VERSION = '3.28_03';
+$VERSION = '3.29';
$VERSION = eval $VERSION;
@ISA = qw(File::Spec::Unix);
==== //depot/perl/lib/File/Spec/OS2.pm#30 (text) ====
Index: perl/lib/File/Spec/OS2.pm
--- perl/lib/File/Spec/OS2.pm#29~34609~ 2008-10-27 14:34:55.000000000 -0700
+++ perl/lib/File/Spec/OS2.pm 2008-10-29 13:49:30.000000000 -0700
@@ -4,7 +4,7 @@
use vars qw(@ISA $VERSION);
require File::Spec::Unix;
-$VERSION = '3.28_03';
+$VERSION = '3.29';
$VERSION = eval $VERSION;
@ISA = qw(File::Spec::Unix);
==== //depot/perl/lib/File/Spec/Unix.pm#65 (text) ====
Index: perl/lib/File/Spec/Unix.pm
--- perl/lib/File/Spec/Unix.pm#64~34609~ 2008-10-27 14:34:55.000000000
-0700
+++ perl/lib/File/Spec/Unix.pm 2008-10-29 13:49:30.000000000 -0700
@@ -3,7 +3,7 @@
use strict;
use vars qw($VERSION);
-$VERSION = '3.28_03';
+$VERSION = '3.29';
$VERSION = eval $VERSION;
=head1 NAME
==== //depot/perl/lib/File/Spec/VMS.pm#54 (text) ====
Index: perl/lib/File/Spec/VMS.pm
--- perl/lib/File/Spec/VMS.pm#53~34609~ 2008-10-27 14:34:55.000000000 -0700
+++ perl/lib/File/Spec/VMS.pm 2008-10-29 13:49:30.000000000 -0700
@@ -4,7 +4,7 @@
use vars qw(@ISA $VERSION);
require File::Spec::Unix;
-$VERSION = '3.28_03';
+$VERSION = '3.29';
$VERSION = eval $VERSION;
@ISA = qw(File::Spec::Unix);
==== //depot/perl/lib/File/Spec/Win32.pm#51 (text) ====
Index: perl/lib/File/Spec/Win32.pm
--- perl/lib/File/Spec/Win32.pm#50~34609~ 2008-10-27 14:34:55.000000000
-0700
+++ perl/lib/File/Spec/Win32.pm 2008-10-29 13:49:30.000000000 -0700
@@ -5,7 +5,7 @@
use vars qw(@ISA $VERSION);
require File::Spec::Unix;
-$VERSION = '3.28_03';
+$VERSION = '3.29';
$VERSION = eval $VERSION;
@ISA = qw(File::Spec::Unix);
End of Patch.