diff options
-rw-r--r-- | urpm/args.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/args.pm b/urpm/args.pm index df4a7b3c..5bca88d0 100644 --- a/urpm/args.pm +++ b/urpm/args.pm @@ -5,7 +5,7 @@ package urpm::args; use strict; use warnings; no warnings 'once'; -use Getopt::Long;# 2.33; +use Getopt::Long; use urpm::download; use urpm::msg; use urpm::util 'file2absolute_file'; |