From 0b66c5776e002c7e9df2925278c956196b3c1479 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 5 May 2008 22:44:57 +0200 Subject: 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/help2man b/man/help2man index 1bc12cf5a..652fe9c3d 100755 --- a/man/help2man +++ b/man/help2man @@ -24,7 +24,7 @@ use 5.005; use strict; use Getopt::Long; use Text::Tabs qw(expand); -use POSIX qw(strftime setlocale LC_ALL); +use POSIX qw(strftime setlocale); use locale; my $this_program = 'help2man'; -- cgit v1.2.3-70-g09d2