From: Steve Peters Date: Mon, 24 Apr 2006 16:31:24 +0000 (+0000) Subject: Really bump the version of File::Find. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1e6d1c57fd205cfd810b151c03311ad177c103d0;p=p5sagit%2Fp5-mst-13.2.git Really bump the version of File::Find. p4raw-id: //depot/perl@27955 --- diff --git a/lib/File/Find.pm b/lib/File/Find.pm index 1f80f06..213b4c0 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.10'; +our $VERSION = '1.11'; require Exporter; require Cwd;