projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95e23d1
)
Bump version number as file has changed since 5.8.2
author
Nicholas Clark
<nick@ccl4.org>
Wed, 14 Jan 2004 17:48:52 +0000
(17:48 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Wed, 14 Jan 2004 17:48:52 +0000
(17:48 +0000)
p4raw-id: //depot/perl@22150
lib/File/Find.pm
patch
|
blob
|
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.0
5
';
+our $VERSION = '1.0
6
';
require Exporter;
require Cwd;