summaryrefslogtreecommitdiffstats
path: root/urpm/args.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-08-31 16:44:47 +0000
committerThierry Vignaud <tv@mageia.org>2012-08-31 16:44:47 +0000
commit0bcf54af9e50c485d3b290c7db375ed817cf9532 (patch)
tree13d5b64b1af3aef150b3aa0988a9d1da31a72c4c /urpm/args.pm
parent5271babefabbdbb93755b99b569fd57a110a4a43 (diff)
downloadurpmi-0bcf54af9e50c485d3b290c7db375ed817cf9532.tar
urpmi-0bcf54af9e50c485d3b290c7db375ed817cf9532.tar.gz
urpmi-0bcf54af9e50c485d3b290c7db375ed817cf9532.tar.bz2
urpmi-0bcf54af9e50c485d3b290c7db375ed817cf9532.tar.xz
urpmi-0bcf54af9e50c485d3b290c7db375ed817cf9532.zip
kill old obsolete comment
Diffstat (limited to 'urpm/args.pm')
-rw-r--r--urpm/args.pm2
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';