From 3eac21f49bc763a6c0044b4afbc0c7ece760144f Mon Sep 17 00:00:00 2001 From: markm Date: Sat, 16 Mar 2002 20:14:30 +0000 Subject: Vendor import Perl 5.6.1 --- contrib/perl5/lib/File/Spec.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'contrib/perl5/lib/File/Spec.pm') diff --git a/contrib/perl5/lib/File/Spec.pm b/contrib/perl5/lib/File/Spec.pm index 40f5345..3f79d74 100644 --- a/contrib/perl5/lib/File/Spec.pm +++ b/contrib/perl5/lib/File/Spec.pm @@ -3,12 +3,13 @@ package File::Spec; use strict; use vars qw(@ISA $VERSION); -$VERSION = '0.8'; +$VERSION = 0.82 ; my %module = (MacOS => 'Mac', MSWin32 => 'Win32', os2 => 'OS2', - VMS => 'VMS'); + VMS => 'VMS', + epoc => 'Epoc'); my $module = $module{$^O} || 'Unix'; require "File/Spec/$module.pm"; -- cgit v1.1