From 2bc21bce968dd1e7c9a54515cc40199b0ac94545 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 22 Apr 2003 11:41:17 +0000 Subject: fix typo (help.pm must return a true value) --- perl-install/help.pm | 2 ++ perl-install/share/po/help_xml2pm.pl | 2 ++ 2 files changed, 4 insertions(+) (limited to 'perl-install') 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 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 if -- cgit v1.2.1