summaryrefslogtreecommitdiff
path: root/lib/File/Spec/Mac.pm
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-04-27 21:13:00 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-04-27 21:13:00 +0000
commitb4296952a9752bfe134e4d73b69fab194db0c00e (patch)
treea9f1cf3e50a9298b74d96f121ac7782d7311678b /lib/File/Spec/Mac.pm
parent1c3923b3a96ff7f6cc3c12f9f8554b36d12daf1b (diff)
downloadperl-b4296952a9752bfe134e4d73b69fab194db0c00e.tar.gz
sync version numbers in File::Spec with the ones on CPAN
(from Barrie Slaymaker) p4raw-id: //depot/perl@5978
Diffstat (limited to 'lib/File/Spec/Mac.pm')
-rw-r--r--lib/File/Spec/Mac.pm5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/File/Spec/Mac.pm b/lib/File/Spec/Mac.pm
index 959e33d0cf..eeb2d811fc 100644
--- a/lib/File/Spec/Mac.pm
+++ b/lib/File/Spec/Mac.pm
@@ -1,8 +1,11 @@
package File::Spec::Mac;
use strict;
-use vars qw(@ISA);
+use vars qw(@ISA $VERSION);
require File::Spec::Unix;
+
+$VERSION = '1.1';
+
@ISA = qw(File::Spec::Unix);
=head1 NAME