Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
relberger committed Aug 3, 2015
1 parent 7cf53b2 commit 22c329f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions lib/File/Path.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 22c329f

Please sign in to comment.