projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
325f7ff
)
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
patch
|
blob
|
blame
|
history
diff --git
a/lib/File/stat.pm
b/lib/File/stat.pm
index
22862d7
..
d84500c
100644
(file)
--- 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 ();