help2man/help2man-1.36.4.diff
2009-05-18 03:58:42 +00:00

13 lines
391 B
Diff

diff -Naur help2man-1.36.4.orig/help2man.PL help2man-1.36.4/help2man.PL
--- help2man-1.36.4.orig/help2man.PL 2005-10-16 17:38:47.000000000 +0200
+++ help2man-1.36.4/help2man.PL 2009-04-04 05:40:34.000000000 +0200
@@ -102,7 +102,7 @@
BEGIN {
eval {
require Locale::gettext;
- Locale::gettext->import;
+ Locale::gettext->import (qw(gettext textdomain));
$have_gettext = 1;
};