Increase $File::Find::VERSION to 1.21
authorFather Chrysostomos <sprout@cpan.org>
Wed, 25 Apr 2012 00:01:00 +0000 (17:01 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 21 May 2012 23:51:38 +0000 (16:51 -0700)
lib/File/Find.pm

index f2fe20b..9d8cc82 100644 (file)
@@ -3,7 +3,7 @@ use 5.006;
 use strict;
 use warnings;
 use warnings::register;
-our $VERSION = '1.20';
+our $VERSION = '1.21';
 require Exporter;
 require Cwd;