projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4c767a4
)
Really bump the version of File::Find.
Steve Peters [Mon, 24 Apr 2006 16:31:24 +0000 (16:31 +0000)]
p4raw-id: //depot/perl@27955
lib/File/Find.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/File/Find.pm
b/lib/File/Find.pm
index
1f80f06
..
213b4c0
100644
(file)
--- 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;