summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-10-20 15:12:36 +0000
committerNicholas Clark <nick@ccl4.org>2008-10-20 15:12:36 +0000
commit7a0d61f2335de711f7642bbc67df7b0d9e783953 (patch)
treea25aab18047420152642f8cbce09e0a21a1bb601
parent325f7ffd84f77a92617ae0abcf1ea7d69de6946e (diff)
downloadperl-7a0d61f2335de711f7642bbc67df7b0d9e783953.tar.gz
Bump the $VERSION of File::stat (documentation changed).
p4raw-id: //depot/perl@34531
-rw-r--r--lib/File/stat.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/File/stat.pm b/lib/File/stat.pm
index 22862d79ee..d84500c1ac 100644
--- a/lib/File/stat.pm
+++ b/lib/File/stat.pm
@@ -6,7 +6,7 @@ use warnings;
our(@EXPORT, @EXPORT_OK, %EXPORT_TAGS);
-our $VERSION = '1.00';
+our $VERSION = '1.01';
BEGIN {
use Exporter ();