From 7ba83208e8931e7ecbbb39e9ef5f4775169e0063 Mon Sep 17 00:00:00 2001 From: relberger Date: Sat, 25 Jul 2015 05:53:17 -0400 Subject: [PATCH] bump version --- Changes | 6 ++++++ lib/File/Path.pm | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index fbb8e86..73fa867 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ Revision history for Perl extension File::Path. +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) + - Fix root only tests. getpwent/getgrent was called twice, causing + skip_all to trigger and giving impression all tests pass. + 2.11_001 2015-07-24 - RT 105527 FIX: Move eg/ and author tests from t/Path.t to xt/ - RT 105935 FIX: Clarify error behavior for rmtree errors on root directory diff --git a/lib/File/Path.pm b/lib/File/Path.pm index 803b6bc..a7f24cc 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_001'; +$VERSION = '2.11_002'; $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_001 of File::Path. +This document describes version 2.11_002 of File::Path. =head1 SYNOPSIS