diff options
author | Nicholas Clark <nick@ccl4.org> | 2004-01-14 17:48:52 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2004-01-14 17:48:52 +0000 |
commit | c00d347234332685d55c16ee293469b32d282e60 (patch) | |
tree | a289cdc221664232da3dea4e4fac5dc8049fa3f2 /lib/File/Find.pm | |
parent | 95e23d19fd3460d17a5e5ec2660e19f50596f531 (diff) | |
download | perl-c00d347234332685d55c16ee293469b32d282e60.tar.gz |
Bump version number as file has changed since 5.8.2
p4raw-id: //depot/perl@22150
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 da21664651..f9fb16b12c 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.05'; +our $VERSION = '1.06'; require Exporter; require Cwd; |