From: Steve Peters Date: Mon, 24 Apr 2006 16:31:24 +0000 (+0000) Subject: Really bump the version of File::Find. X-Git-Tag: upstream/5.16.3~17842 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1e6d1c57fd205cfd810b151c03311ad177c103d0;p=platform%2Fupstream%2Fperl.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 1f80f06b06..213b4c0168 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;