From 87948bee13a32dd7a4511cd56f490ac7fede1bec Mon Sep 17 00:00:00 2001 From: Jacob Pipkin Date: Fri, 16 Nov 2012 22:47:44 -0600 Subject: combine "my" stuff into one line --- sboremove | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sboremove') diff --git a/sboremove b/sboremove index 5439524..93e2797 100755 --- a/sboremove +++ b/sboremove @@ -66,10 +66,7 @@ for my $sbo (@ARGV) { } } -my $remove_queue; -my %required_by; -my %warnings; -my @confirmed; +my ($remove_queue, %required_by, %warnings, @confirmed); sub get_requires ($) { my $location = get_sbo_location shift; -- cgit v1.2.3