From: Rafael Garcia-Suarez Date: Tue, 30 Aug 2005 09:38:54 +0000 (+0000) Subject: Upgrade to PathTools 3.11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b2b4ec814a5af6e0a2f7557c1a67c4b86af2f630;p=p5sagit%2Fp5-mst-13.2.git Upgrade to PathTools 3.11 (no real changes) p4raw-id: //depot/perl@25338 --- diff --git a/ext/Cwd/Changes b/ext/Cwd/Changes index 8155127..a2fb444 100644 --- a/ext/Cwd/Changes +++ b/ext/Cwd/Changes @@ -1,5 +1,10 @@ Revision history for Perl distribution PathTools. +3.11 Sat Aug 27 20:12:55 CDT 2005 + + - Fixed a couple of typos in the documentation for + File::Spec::Mac. [Piotr Fusik] + 3.10 Thu Aug 25 22:24:57 CDT 2005 - eliminate_macros() and fixpath() in File::Spec::VMS are now diff --git a/lib/Cwd.pm b/lib/Cwd.pm index c00dbc5..23cf924 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.10'; +$VERSION = '3.11'; @ISA = qw/ Exporter /; @EXPORT = qw(cwd getcwd fastcwd fastgetcwd); diff --git a/lib/File/Spec.pm b/lib/File/Spec.pm index ae1cd93..13bde5d 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.10'; +$VERSION = '3.11'; $VERSION = eval $VERSION; my %module = (MacOS => 'Mac',