Skip to content

Commit

Permalink
Add changes to dev release, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rpcme committed Mar 12, 2017
1 parent a419472 commit da13048
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Revision history for Perl extension File::Path.

2.12_001 2017-03-12
- GH#41 RT 117019 Fixed File::Path::remove_tree option hash is auto
populated and cannot be reused
- GH#40 Unskip in path root t
- GH#39 Remove superfluous assignment to $arg{perm}
- GH#38 Minor grammatical doc fixes.
- GH#37 Minor grammatical doc fixes.

2.12_001 2016-09-18
- RT 94209 document that the thread safety issue will not change and
communicate alternative.
Expand Down
2 changes: 1 addition & 1 deletion 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.12_001';
$VERSION = '2.12_002';
$VERSION = eval $VERSION;
@ISA = qw(Exporter);
@EXPORT = qw(mkpath rmtree);
Expand Down

0 comments on commit da13048

Please sign in to comment.