diff options
author | Steve Peters <steve@fisharerojo.org> | 2006-04-24 16:31:24 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2006-04-24 16:31:24 +0000 |
commit | 1e6d1c57fd205cfd810b151c03311ad177c103d0 (patch) | |
tree | ce03eb20ee2f24d8003f73425575e4d7b5c24ad2 /lib/File/Find.pm | |
parent | 4c767a4e3c47151a49dd94c9e1c1cd4816054600 (diff) | |
download | perl-1e6d1c57fd205cfd810b151c03311ad177c103d0.tar.gz |
Really bump the version of File::Find.
p4raw-id: //depot/perl@27955
Diffstat (limited to 'lib/File/Find.pm')
-rw-r--r-- | lib/File/Find.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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; |