diff options
Diffstat (limited to 'urpm/args.pm')
-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 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+)/; |