From 17f410f9a3a4ae9cda502b59b391e6653db436ce Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Sun, 23 Jan 2000 12:23:48 +0000 Subject: s/use vars/our/g modules that aren't independently maintained on CPAN p4raw-id: //depot/perl@4860 --- lib/Shell.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/Shell.pm') diff --git a/lib/Shell.pm b/lib/Shell.pm index 0177479de5..706216a8e5 100644 --- a/lib/Shell.pm +++ b/lib/Shell.pm @@ -1,5 +1,6 @@ package Shell; -use vars qw($capture_stderr $VERSION); +use 5.005_64; +our($capture_stderr $VERSION); $VERSION = '0.2'; -- cgit v1.2.1