projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4111c63
)
Make the VERSION of File::Spec be 0.86, otherwise File::Temp's
Jarkko Hietaniemi [Tue, 16 Sep 2003 06:38:45 +0000 (06:38 +0000)]
use File::Spec 0.8 is unhappy.
p4raw-id: //depot/perl@21241
lib/File/Spec.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/File/Spec.pm
b/lib/File/Spec.pm
index
a911fa2
..
a0f5752
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_03';
+$VERSION = '0.86';
my %module = (MacOS => 'Mac',
MSWin32 => 'Win32',