mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
11 lines
286 B
Diff
11 lines
286 B
Diff
--- a/help2man.PL 2005-10-16 08:38:47.000000000 -0700
|
|
+++ b/help2man.PL 2009-10-05 17:11:41.000000000 -0700
|
|
@@ -102,7 +102,7 @@
|
|
BEGIN {
|
|
eval {
|
|
require Locale::gettext;
|
|
- Locale::gettext->import;
|
|
+ Locale::gettext->import (qw(gettext textdomain));
|
|
$have_gettext = 1;
|
|
};
|
|
|