]> git.ipfire.org Git - thirdparty/coreutils.git/commit
help2man: avoid failure with Debian unstable's Perl 5.10.0
authorJim Meyering <meyering@redhat.com>
Mon, 5 May 2008 20:44:57 +0000 (22:44 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 5 May 2008 21:46:30 +0000 (23:46 +0200)
commit0b66c5776e002c7e9df2925278c956196b3c1479
tree4e4ddb6e73e8d8513a4d51be4e9b2c094b066a99
parentc64411a38a25e696edb33e49f8917012d0cd4cba
help2man: avoid failure with Debian unstable's Perl 5.10.0

Avoid failure that produced this diagnostic:
Constant subroutine main::LC_ALL redefined at /.../Exporter.pm
* man/help2man: Don't include LC_ALL in the "use POSIX" list,
since Locale::gettext->import will get it.
man/help2man