From: Nicholas Clark Date: Mon, 20 Oct 2008 15:12:36 +0000 (+0000) Subject: Bump the $VERSION of File::stat (documentation changed). X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7a0d61f2335de711f7642bbc67df7b0d9e783953;p=p5sagit%2Fp5-mst-13.2.git Bump the $VERSION of File::stat (documentation changed). p4raw-id: //depot/perl@34531 --- diff --git a/lib/File/stat.pm b/lib/File/stat.pm index 22862d7..d84500c 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 ();