projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
95e23d1
)
Bump version number as file has changed since 5.8.2
Nicholas Clark [Wed, 14 Jan 2004 17:48:52 +0000 (17:48 +0000)]
p4raw-id: //depot/perl@22150
lib/File/Find.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/File/Find.pm
b/lib/File/Find.pm
index
da21664
..
f9fb16b
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.05';
+our $VERSION = '1.06';
require Exporter;
require Cwd;