Bump the $VERSION of File::stat (documentation changed).
Nicholas Clark [Mon, 20 Oct 2008 15:12:36 +0000 (15:12 +0000)]
p4raw-id: //depot/perl@34531

lib/File/stat.pm

index 22862d7..d84500c 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 
 our(@EXPORT, @EXPORT_OK, %EXPORT_TAGS);
 
-our $VERSION = '1.00';
+our $VERSION = '1.01';
 
 BEGIN { 
     use Exporter   ();