summaryrefslogtreecommitdiff
path: root/lib/File/Spec/Unix.pm
diff options
context:
space:
mode:
authorPeter Prymmer <PPrymmer@factset.com>2000-12-14 07:50:20 -0800
committerJarkko Hietaniemi <jhi@iki.fi>2000-12-15 15:17:49 +0000
commitf168a5e7e53f96f3b52398f0f6fcaaf6eda02875 (patch)
tree78c440671dcbd55d79a346394d09b82be72c3839 /lib/File/Spec/Unix.pm
parent98a29390254d3cb423096b6282689bfe2a7e6a13 (diff)
downloadperl-f168a5e7e53f96f3b52398f0f6fcaaf6eda02875.tar.gz
s/use vars qw\(/our(/ for OS/390 extension builds
Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com> p4raw-id: //depot/perl@8126
Diffstat (limited to 'lib/File/Spec/Unix.pm')
-rw-r--r--lib/File/Spec/Unix.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/File/Spec/Unix.pm b/lib/File/Spec/Unix.pm
index a81c533235..4e4cc753aa 100644
--- a/lib/File/Spec/Unix.pm
+++ b/lib/File/Spec/Unix.pm
@@ -1,7 +1,7 @@
package File::Spec::Unix;
use strict;
-use vars qw($VERSION);
+our($VERSION);
$VERSION = '1.2';