From 1e6d1c57fd205cfd810b151c03311ad177c103d0 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Mon, 24 Apr 2006 16:31:24 +0000 Subject: [PATCH] Really bump the version of File::Find. p4raw-id: //depot/perl@27955 --- lib/File/Find.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1