diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-09-16 06:38:45 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-09-16 06:38:45 +0000 |
commit | ac0fb5eabfe7648ffd2a834f087e61c7be32cedd (patch) | |
tree | 9a4355ec03f8aaa2c1091c5616e95f62aa01e8be /lib/File/Spec.pm | |
parent | 4111c6372d2eb4e36b53b629cecd6d7f765dc9d2 (diff) | |
download | perl-ac0fb5eabfe7648ffd2a834f087e61c7be32cedd.tar.gz |
Make the VERSION of File::Spec be 0.86, otherwise File::Temp's
use File::Spec 0.8 is unhappy.
p4raw-id: //depot/perl@21241
Diffstat (limited to 'lib/File/Spec.pm')
-rw-r--r-- | lib/File/Spec.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/File/Spec.pm b/lib/File/Spec.pm index a911fa29c2..a0f5752a0b 100644 --- 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', |