summaryrefslogtreecommitdiffstats
path: root/urpm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2006-11-09 16:02:52 +0000
committerPascal Rigaux <pixel@mandriva.com>2006-11-09 16:02:52 +0000
commit03574bf8b06956b84e7bc70aa8d986ffee5d447e (patch)
tree429846eac1dc0c0fed5fbceec9b032bfa255da6d /urpm
parent84280832d71b0abed06c55ef55906c3eee0cd426 (diff)
downloadurpmi-03574bf8b06956b84e7bc70aa8d986ffee5d447e.tar
urpmi-03574bf8b06956b84e7bc70aa8d986ffee5d447e.tar.gz
urpmi-03574bf8b06956b84e7bc70aa8d986ffee5d447e.tar.bz2
urpmi-03574bf8b06956b84e7bc70aa8d986ffee5d447e.tar.xz
urpmi-03574bf8b06956b84e7bc70aa8d986ffee5d447e.zip
perl_checker compliance
Diffstat (limited to 'urpm')
-rw-r--r--urpm/args.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/args.pm b/urpm/args.pm
index 4d3d971a..1749b301 100644
--- a/urpm/args.pm
+++ b/urpm/args.pm
@@ -11,7 +11,7 @@ use urpm::msg;
use Exporter;
our @ISA = 'Exporter';
-our @EXPORT = ('%options');
+our @EXPORT = '%options';
(our $VERSION) = q($Revision$) =~ /(\d+)/;