From 9f085d757dddbb47d9d9692bed97a911e9cc671f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 2 Aug 2007 18:29:58 +0000 Subject: get rid of some "Use of uninitialized value" --- urpm/args.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm') diff --git a/urpm/args.pm b/urpm/args.pm index 52576485..5405838d 100644 --- a/urpm/args.pm +++ b/urpm/args.pm @@ -29,7 +29,7 @@ Getopt::Long::Configure(@configuration); my $urpm; # stores the values of the command-line options -our %options; +our %options = (verbose => 0); # used by urpmf sub add_param_closure { -- cgit v1.2.1