summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Golden <dagolden@cpan.org>2010-05-19 17:04:35 -0400
committerDavid Golden <dagolden@cpan.org>2010-05-19 17:20:33 -0400
commitbcce3ae3f7216a1fd74ddde6075fb70a4a7fb449 (patch)
tree016a3e3ea86c237c54d45589ad4a0094e1a76dae
parent026810a801d7c3ea221e8fa327f65fdbab0a69bd (diff)
downloadperl-bcce3ae3f7216a1fd74ddde6075fb70a4a7fb449.tar.gz
bumped File::Find version to 1.16
-rw-r--r--lib/File/Find.pm2
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;