diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-04-22 11:41:17 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-04-22 11:41:17 +0000 |
commit | 2bc21bce968dd1e7c9a54515cc40199b0ac94545 (patch) | |
tree | a03cde14569942b543621edc4bc2613ef733e462 /perl-install/help.pm | |
parent | d3891adc2b40a7c9ccdce5a6a0cfaaf10ca98976 (diff) | |
download | drakx-2bc21bce968dd1e7c9a54515cc40199b0ac94545.tar drakx-2bc21bce968dd1e7c9a54515cc40199b0ac94545.tar.gz drakx-2bc21bce968dd1e7c9a54515cc40199b0ac94545.tar.bz2 drakx-2bc21bce968dd1e7c9a54515cc40199b0ac94545.tar.xz drakx-2bc21bce968dd1e7c9a54515cc40199b0ac94545.zip |
fix typo (help.pm must return a true value)
Diffstat (limited to 'perl-install/help.pm')
-rw-r--r-- | perl-install/help.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/help.pm b/perl-install/help.pm index 1f12244b4..9cca41dde 100644 --- a/perl-install/help.pm +++ b/perl-install/help.pm @@ -1,6 +1,8 @@ package help; use common; +1; + # IMPORTANT: Don't edit this File - It is automatically generated # from the manuals !!! # Write a mail to <documentation@mandrakesoft.com> if |