projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7430719
)
Tweak $VERSION, patch from Doug MacEachern.
Jarkko Hietaniemi [Tue, 27 Jun 2000 12:46:37 +0000 (12:46 +0000)]
p4raw-id: //depot/cfgperl@6247
lib/File/Spec.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/File/Spec.pm
b/lib/File/Spec.pm
index
4cfab05
..
35f099a
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.810_01';
+$VERSION = 0.810_01;
my %module = (MacOS => 'Mac',
MSWin32 => 'Win32',