This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: help2man broken


On 21/01/2010 08:52, Charles Wilson wrote:
Don't forget, you also typically need this:

--- help2man.PL
+++ help2man.PL
@@ -34,7 +34,7 @@ my $have_gettext;
  BEGIN {
      eval {
         require Locale::gettext;
-       Locale::gettext->import;
+       Locale::gettext->import (qw(gettext textdomain));
         $have_gettext = 1;
      };

I dunno if it's been fixed upstream.

http://cygwin.com/ml/cygwin-announce/2009-09/msg00027.html



Yaakov


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]