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 | |
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)
-rw-r--r-- | perl-install/help.pm | 2 | ||||
-rwxr-xr-x | perl-install/share/po/help_xml2pm.pl | 2 |
2 files changed, 4 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 diff --git a/perl-install/share/po/help_xml2pm.pl b/perl-install/share/po/help_xml2pm.pl index 7a152a867..f37e39141 100755 --- a/perl-install/share/po/help_xml2pm.pl +++ b/perl-install/share/po/help_xml2pm.pl @@ -68,6 +68,8 @@ sub save_help { 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 |