From: David Golden Date: Wed, 19 May 2010 21:04:35 +0000 (-0400) Subject: bumped File::Find version to 1.16 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bcce3ae3f7216a1fd74ddde6075fb70a4a7fb449;p=p5sagit%2Fp5-mst-13.2.git bumped File::Find version to 1.16 --- diff --git a/lib/File/Find.pm b/lib/File/Find.pm index e72f3e3..c9c6f69 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;