diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-04-23 13:53:35 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-04-23 13:53:35 +0000 |
commit | 36256c61fcba4608c406d40408689528c38ea4b4 (patch) | |
tree | 2ef8231f2e1f10a09d2066d5f6e07c27ed821ec8 /perl-install/share/po/help_xml2pm.pl | |
parent | 7ff813eb3164f2c0bb2b0936af9ea9c44c649559 (diff) | |
download | drakx-36256c61fcba4608c406d40408689528c38ea4b4.tar drakx-36256c61fcba4608c406d40408689528c38ea4b4.tar.gz drakx-36256c61fcba4608c406d40408689528c38ea4b4.tar.bz2 drakx-36256c61fcba4608c406d40408689528c38ea4b4.tar.xz drakx-36256c61fcba4608c406d40408689528c38ea4b4.zip |
add prototypes to help.pm
Diffstat (limited to 'perl-install/share/po/help_xml2pm.pl')
-rwxr-xr-x | perl-install/share/po/help_xml2pm.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/share/po/help_xml2pm.pl b/perl-install/share/po/help_xml2pm.pl index f37e39141..e9875b831 100755 --- a/perl-install/share/po/help_xml2pm.pl +++ b/perl-install/share/po/help_xml2pm.pl @@ -80,7 +80,7 @@ EOF my $s = join(', ', $main, map { qq(N($_)) } @inside); print STDERR "Writing id=$_\n"; print $F <<EOF; -sub $_ { +sub $_() { N($s); } EOF |