This commit is contained in:
corsepiu 2009-05-18 03:58:42 +00:00
parent a2fcfc43de
commit 4c06277ba5

12
help2man-1.36.4.diff Normal file
View File

@ -0,0 +1,12 @@
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;
};