diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-04-27 21:13:00 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-04-27 21:13:00 +0000 |
commit | b4296952a9752bfe134e4d73b69fab194db0c00e (patch) | |
tree | a9f1cf3e50a9298b74d96f121ac7782d7311678b /lib/File/Spec/Mac.pm | |
parent | 1c3923b3a96ff7f6cc3c12f9f8554b36d12daf1b (diff) | |
download | perl-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.pm | 5 |
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 |