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

index a911fa2..a0f5752 100644 (file)
@@ -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',