From: Rafael Garcia-Suarez Date: Mon, 30 May 2005 11:54:23 +0000 (+0000) Subject: Upgrade to PathTools 3.08 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=000abefcf8f0dc0128ab96169bcd08467bb19924;p=p5sagit%2Fp5-mst-13.2.git Upgrade to PathTools 3.08 p4raw-id: //depot/perl@24631 --- diff --git a/ext/Cwd/Changes b/ext/Cwd/Changes index 9108243..867c7b5 100644 --- a/ext/Cwd/Changes +++ b/ext/Cwd/Changes @@ -1,5 +1,10 @@ Revision history for Perl distribution PathTools. +3.08 Sat May 28 10:10:29 CDT 2005 + + - Fixed a test failure with fast_abs_path() on Windows - it was + sensitive to the rootdir() change from version 3.07. [Steve Hay] + 3.07 Fri May 6 07:46:45 CDT 2005 - Fixed a bug in which the special perl variable $^O would become diff --git a/lib/Cwd.pm b/lib/Cwd.pm index a568f48..d00c8fe 100644 --- a/lib/Cwd.pm +++ b/lib/Cwd.pm @@ -170,7 +170,7 @@ use strict; use Exporter; use vars qw(@ISA @EXPORT @EXPORT_OK $VERSION); -$VERSION = '3.07_01'; +$VERSION = '3.08'; @ISA = qw/ Exporter /; @EXPORT = qw(cwd getcwd fastcwd fastgetcwd); diff --git a/lib/File/Spec.pm b/lib/File/Spec.pm index 0c5c0c0..985ff7b 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.07'; +$VERSION = '3.08'; $VERSION = eval $VERSION; my %module = (MacOS => 'Mac',