diff options
Diffstat (limited to 'perl-install/help.pm')
-rw-r--r-- | perl-install/help.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/help.pm b/perl-install/help.pm index 30c4e230e..9a7553b11 100644 --- a/perl-install/help.pm +++ b/perl-install/help.pm @@ -1,6 +1,6 @@ package help; # $Id$ -use common qw(:common); +use common; %steps = ( empty => '', |