bumped File::Find version to 1.16
David Golden [Wed, 19 May 2010 21:04:35 +0000 (17:04 -0400)]
lib/File/Find.pm

index e72f3e3..c9c6f69 100644 (file)
@@ -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;