projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
cf5afd7
)
Bump File::stat's $VERSION.
Ben Morrow [Tue, 20 Jan 2009 08:35:48 +0000 (08:35 +0000)]
lib/File/stat.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/File/stat.pm
b/lib/File/stat.pm
index
4f34bf5
..
282f7c9
100644
(file)
--- a/
lib/File/stat.pm
+++ b/
lib/File/stat.pm
@@
-10,7
+10,7
@@
BEGIN { *warnif = \&warnings::warnif }
our(@EXPORT, @EXPORT_OK, %EXPORT_TAGS);
-our $VERSION = '1.01';
+our $VERSION = '1.02';
my @fields;
BEGIN {