From: Jarkko Hietaniemi Date: Mon, 28 Jul 2003 13:38:59 +0000 (+0000) Subject: Bump the $VERSION of core File::Spec as requested by Ken Williams. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f669481f50788dbb2da90ae1b62a4919ae804928;p=p5sagit%2Fp5-mst-13.2.git Bump the $VERSION of core File::Spec as requested by Ken Williams. p4raw-id: //depot/perl@20266 --- diff --git a/lib/File/Spec.pm b/lib/File/Spec.pm index 9572164..c43576b 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'; +$VERSION = '0.86'; my %module = (MacOS => 'Mac', MSWin32 => 'Win32',