summaryrefslogtreecommitdiff
path: root/contrib/perl5/lib/File/Spec/OS2.pm
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2002-03-16 20:14:30 +0000
committerMark Murray <markm@FreeBSD.org>2002-03-16 20:14:30 +0000
commitfc75d0664419eb8c8f264d8f298df2cd155c8966 (patch)
tree4cf1274fa3ca68f7ecf6a3051e0c2243e378afc5 /contrib/perl5/lib/File/Spec/OS2.pm
parent8947993a910c7e5d244200623325b9fcb54a9eee (diff)
Notes
Diffstat (limited to 'contrib/perl5/lib/File/Spec/OS2.pm')
-rw-r--r--contrib/perl5/lib/File/Spec/OS2.pm5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/perl5/lib/File/Spec/OS2.pm b/contrib/perl5/lib/File/Spec/OS2.pm
index 33370f06c195..20bf8c9dcefb 100644
--- a/contrib/perl5/lib/File/Spec/OS2.pm
+++ b/contrib/perl5/lib/File/Spec/OS2.pm
@@ -1,8 +1,11 @@
package File::Spec::OS2;
use strict;
-use vars qw(@ISA);
+use vars qw(@ISA $VERSION);
require File::Spec::Unix;
+
+$VERSION = '1.1';
+
@ISA = qw(File::Spec::Unix);
sub devnull {