Re: help2man broken

2010-01-21 Thread Yaakov (Cygwin/X)
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 textdom

Re: help2man broken

2010-01-21 Thread Charles Wilson
Eric Blake wrote: > Can we get a package refresh of help2man? Since /bin/help2man is > hardcoded to try the #!/usr/bin/perl5.10.0 interpreter, but perl is now at > 5.10.1, it requires manually tweaking the installed script to get anything > to happen. In general, depending on that specific of an

help2man broken

2010-01-21 Thread Eric Blake
Can we get a package refresh of help2man? Since /bin/help2man is hardcoded to try the #!/usr/bin/perl5.10.0 interpreter, but perl is now at 5.10.1, it requires manually tweaking the installed script to get anything to happen. In general, depending on that specific of an interpreter is a bad idea;