diff --git a/Changes b/Changes index 73fa867..987a20d 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Perl extension File::Path. +2.11_003 2015-08-03 + - Fix root tests to properly call prereq() -- failed primarily on Windows + since getpwent/getgrent not implemented on Windows. + 2.11_002 2015-07-25 - Fix windows refactored tests - missing import and since it's out of Path.t the path creation creates 2 directories (t/Path_win32.t) diff --git a/lib/File/Path.pm b/lib/File/Path.pm index a7f24cc..6cd24ed 100644 --- a/lib/File/Path.pm +++ b/lib/File/Path.pm @@ -18,7 +18,7 @@ BEGIN { use Exporter (); use vars qw($VERSION @ISA @EXPORT @EXPORT_OK); -$VERSION = '2.11_002'; +$VERSION = '2.11_003'; $VERSION = eval $VERSION; @ISA = qw(Exporter); @EXPORT = qw(mkpath rmtree); @@ -577,7 +577,7 @@ File::Path - Create or remove directory trees =head1 VERSION -This document describes version 2.11_002 of File::Path. +This document describes version 2.11_003 of File::Path. =head1 SYNOPSIS