diff options
author | 2014-03-24 14:58:42 +0000 | |
---|---|---|
committer | 2014-03-24 14:58:42 +0000 | |
commit | 91f110e064cd7c194e59e019b83bb7496c1c84d4 (patch) | |
tree | 3e8e577405dba7e94b43cbf21c22f21aaa5ab949 /gnu/usr.bin/perl/cpan/File-Path/lib/File/Path.pm | |
parent | do not call purge_task every 10 secs, it is only needed once at startup and (diff) | |
download | wireguard-openbsd-91f110e064cd7c194e59e019b83bb7496c1c84d4.tar.xz wireguard-openbsd-91f110e064cd7c194e59e019b83bb7496c1c84d4.zip |
Import perl-5.18.2
OK espie@ sthen@ deraadt@
Diffstat (limited to 'gnu/usr.bin/perl/cpan/File-Path/lib/File/Path.pm')
-rw-r--r-- | gnu/usr.bin/perl/cpan/File-Path/lib/File/Path.pm | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/gnu/usr.bin/perl/cpan/File-Path/lib/File/Path.pm b/gnu/usr.bin/perl/cpan/File-Path/lib/File/Path.pm index 5a9a88e4020..23751d5fa0a 100644 --- a/gnu/usr.bin/perl/cpan/File-Path/lib/File/Path.pm +++ b/gnu/usr.bin/perl/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 |