projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
475b40f
)
Bump the $VERSION of core File::Spec as requested by Ken Williams.
Jarkko Hietaniemi [Mon, 28 Jul 2003 13:38:59 +0000 (13:38 +0000)]
p4raw-id: //depot/perl@20266
lib/File/Spec.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/File/Spec.pm
b/lib/File/Spec.pm
index
9572164
..
c43576b
100644
(file)
--- a/
lib/File/Spec.pm
+++ b/
lib/File/Spec.pm
@@
-3,7
+3,7
@@
package File::Spec;
use strict;
use vars qw(@ISA $VERSION);
-$VERSION = '0.85';
+$VERSION = '0.86';
my %module = (MacOS => 'Mac',
MSWin32 => 'Win32',