diff options
author | 2001-05-24 18:21:31 +0000 | |
---|---|---|
committer | 2001-05-24 18:21:31 +0000 | |
commit | c48bdce47de487644c5bf49fc71f7db60e4f07d6 (patch) | |
tree | 1044cea90429d4b1485356ed038fb38b7dba2eb2 /gnu/usr.bin/perl/lib/File/Spec/OS2.pm | |
parent | Add isakmpd.pid to the FILES section. (diff) | |
download | wireguard-openbsd-c48bdce47de487644c5bf49fc71f7db60e4f07d6.tar.xz wireguard-openbsd-c48bdce47de487644c5bf49fc71f7db60e4f07d6.zip |
stock perl 5.6.1
Diffstat (limited to 'gnu/usr.bin/perl/lib/File/Spec/OS2.pm')
-rw-r--r-- | gnu/usr.bin/perl/lib/File/Spec/OS2.pm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/lib/File/Spec/OS2.pm b/gnu/usr.bin/perl/lib/File/Spec/OS2.pm index 33370f06c19..20bf8c9dcef 100644 --- a/gnu/usr.bin/perl/lib/File/Spec/OS2.pm +++ b/gnu/usr.bin/perl/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 { |