diff options
Diffstat (limited to 'man')
-rwxr-xr-x | man/help2man | 2 |
1 files changed, 1 insertions, 1 deletions
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'; |