diff options
author | David Golden <dagolden@cpan.org> | 2010-05-19 17:04:35 -0400 |
---|---|---|
committer | David Golden <dagolden@cpan.org> | 2010-05-19 17:20:33 -0400 |
commit | bcce3ae3f7216a1fd74ddde6075fb70a4a7fb449 (patch) | |
tree | 016a3e3ea86c237c54d45589ad4a0094e1a76dae /lib/File | |
parent | 026810a801d7c3ea221e8fa327f65fdbab0a69bd (diff) | |
download | perl-bcce3ae3f7216a1fd74ddde6075fb70a4a7fb449.tar.gz |
bumped File::Find version to 1.16
Diffstat (limited to 'lib/File')
-rw-r--r-- | lib/File/Find.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/File/Find.pm b/lib/File/Find.pm index e72f3e32b3..c9c6f69b14 100644 --- a/lib/File/Find.pm +++ b/lib/File/Find.pm @@ -3,7 +3,7 @@ use 5.006; use strict; use warnings; use warnings::register; -our $VERSION = '1.15'; +our $VERSION = '1.16'; require Exporter; require Cwd; |