summaryrefslogtreecommitdiff
path: root/lib/File/Spec.pm
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-05-05 02:15:13 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-05-05 02:15:13 +0000
commit9c045eb230d3b294af134ce743669059dcb2f128 (patch)
tree159659aa44e55e762c5fcd299110ea0e1bb61a1d /lib/File/Spec.pm
parent8ea1e5d40997f61551f59d826b2e5dd24e71e6b0 (diff)
downloadperl-9c045eb230d3b294af134ce743669059dcb2f128.tar.gz
File::Spec compatibility update (from Barrie Slaymaker
<barries@slaysys.com>) p4raw-id: //depot/perl@6069
Diffstat (limited to 'lib/File/Spec.pm')
-rw-r--r--lib/File/Spec.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/File/Spec.pm b/lib/File/Spec.pm
index 40f5345140..ed26d76a56 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.8';
+$VERSION = '0.81';
my %module = (MacOS => 'Mac',
MSWin32 => 'Win32',