p4raw-id: //depot/perl@24631
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
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);
use strict;
use vars qw(@ISA $VERSION);
-$VERSION = '3.07';
+$VERSION = '3.08';
$VERSION = eval $VERSION;
my %module = (MacOS => 'Mac',