(no real changes)
p4raw-id: //depot/perl@25338
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
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);
use strict;
use vars qw(@ISA $VERSION);
-$VERSION = '3.10';
+$VERSION = '3.11';
$VERSION = eval $VERSION;
my %module = (MacOS => 'Mac',