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
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
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;
3 matches
Mail list logo