From: Jarkko Hietaniemi Date: Tue, 27 Jun 2000 12:46:37 +0000 (+0000) Subject: Tweak $VERSION, patch from Doug MacEachern. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=59bcdbb0b68c35fa435cdab3302fcb79ec349dbe;p=p5sagit%2Fp5-mst-13.2.git Tweak $VERSION, patch from Doug MacEachern. p4raw-id: //depot/cfgperl@6247 --- diff --git a/lib/File/Spec.pm b/lib/File/Spec.pm index 4cfab05..35f099a 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.810_01'; +$VERSION = 0.810_01; my %module = (MacOS => 'Mac', MSWin32 => 'Win32',