From 4c06277ba587cd226ef8f6dcbb45c1a5e330a0cc Mon Sep 17 00:00:00 2001 From: corsepiu Date: Mon, 18 May 2009 03:58:42 +0000 Subject: [PATCH] New. --- help2man-1.36.4.diff | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 help2man-1.36.4.diff diff --git a/help2man-1.36.4.diff b/help2man-1.36.4.diff new file mode 100644 index 0000000..2809634 --- /dev/null +++ b/help2man-1.36.4.diff @@ -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; + }; +