From: Jesse Vincent Date: Sun, 20 Dec 2009 19:00:40 +0000 (-0500) Subject: Bumped File::Find's version since it's changed since 5.11.2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dee0611e52f0c2cf685a828f1f865524baf7acf6;p=p5sagit%2Fp5-mst-13.2.git Bumped File::Find's version since it's changed since 5.11.2 --- diff --git a/lib/File/Find.pm b/lib/File/Find.pm index 3cf14da..3ea53a5 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.14'; +our $VERSION = '1.15'; require Exporter; require Cwd;