In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/8f65b4cd1a923de18d21a3f1145e30941ae00e4e?hp=1c22e001de34716a7d63048b1a31c18df96011b5>
- Log ----------------------------------------------------------------- commit 8f65b4cd1a923de18d21a3f1145e30941ae00e4e Author: Chris 'BinGOs' Williams <[email protected]> Date: Wed Jan 16 21:57:40 2013 +0000 Update File-Path to CPAN version 2.09 [DELTA] 2.09 2013-01-13 21:09:12 UTC - merge two bugfixes from blead see https://github.com/dland/File-Path/pull/1 ----------------------------------------------------------------------- Summary of changes: Porting/Maintainers.pl | 2 +- cpan/File-Path/lib/File/Path.pm | 12 ++++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 25f7c8c..45bdc9b 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -830,7 +830,7 @@ use File::Glob qw(:case); 'File::Path' => { 'MAINTAINER' => 'dland', - 'DISTRIBUTION' => 'DLAND/File-Path-2.08.tar.gz', + 'DISTRIBUTION' => 'DLAND/File-Path-2.09.tar.gz', 'FILES' => q[cpan/File-Path], 'EXCLUDED' => [ qw( eg/setup-extra-tests diff --git a/cpan/File-Path/lib/File/Path.pm b/cpan/File-Path/lib/File/Path.pm index 5a9a88e..23751d5 100644 --- a/cpan/File-Path/lib/File/Path.pm +++ b/cpan/File-Path/lib/File/Path.pm @@ -17,7 +17,7 @@ BEGIN { use Exporter (); use vars qw($VERSION @ISA @EXPORT @EXPORT_OK); -$VERSION = '2.08_01'; +$VERSION = '2.09'; @ISA = qw(Exporter); @EXPORT = qw(mkpath rmtree); @EXPORT_OK = qw(make_path remove_tree); @@ -455,8 +455,8 @@ File::Path - Create or remove directory trees =head1 VERSION -This document describes version 2.08 of File::Path, released -2009-10-04. +This document describes version 2.09 of File::Path, released +2013-01-17. =head1 SYNOPSIS @@ -953,6 +953,10 @@ Please report all bugs on the RT queue: L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=File-Path> +You can also send pull requests to the Github repository: + +L<https://github.com/dland/File-Path> + =head1 ACKNOWLEDGEMENTS Paul Szabo identified the race condition originally, and Brendan @@ -971,7 +975,7 @@ Tim Bunce and Charles Bailey. Currently maintained by David Landgren =head1 COPYRIGHT This module is copyright (C) Charles Bailey, Tim Bunce and -David Landgren 1995-2009. All rights reserved. +David Landgren 1995-2013. All rights reserved. =head1 LICENSE -- Perl5 Master Repository
