This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade to PathTools 3.11
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 30 Aug 2005 09:38:54 +0000 (09:38 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 30 Aug 2005 09:38:54 +0000 (09:38 +0000)
(no real changes)

p4raw-id: //depot/perl@25338

ext/Cwd/Changes
lib/Cwd.pm
lib/File/Spec.pm

index 8155127..a2fb444 100644 (file)
@@ -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
index c00dbc5..23cf924 100644 (file)
@@ -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);
index ae1cd93..13bde5d 100644 (file)
@@ -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',