X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=help2man.PL;h=670981215357b8f16b0342497feb603344e9bf7b;hb=16696204b7d6a6a4bf4f1674555c79160f42fa5d;hp=2da31b5a19e25ff276bfb06dfea06887754e23f2;hpb=e8b98dc5302e4462c35632e540d973ca2a742ed6;p=platform%2Fupstream%2Fhelp2man.git diff --git a/help2man.PL b/help2man.PL index 2da31b5..6709812 100755 --- a/help2man.PL +++ b/help2man.PL @@ -16,7 +16,7 @@ use 5.008; use Config; use Getopt::Long; -my ($program, $version) = ('help2man', '1.46.2'); +my ($program, $version) = ('help2man', '1.46.5'); my %opts; die "Usage: $0 [--quiet] [--stdout] [--with-gettext] [--name] [--version]\n" @@ -62,7 +62,7 @@ print OUT <<'!NO!SUBS!'; # Generate a short man page from --help and --version output. # Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2009, -# 2010, 2011, 2012, 2013, 2014 Free Software Foundation, Inc. +# 2010, 2011, 2012, 2013, 2014, 2015 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -89,7 +89,7 @@ use POSIX qw(strftime setlocale LC_ALL); !NO!SUBS! print OUT <<'!NO!SUBS!' if $opts{'with-gettext'}; -use Locale::gettext; +use Locale::gettext qw(gettext); use Encode qw(decode encode); use I18N::Langinfo qw(langinfo CODESET); !NO!SUBS! @@ -163,7 +163,7 @@ my $version_info = enc_user sprintf _(<<'EOT'), $this_program, $this_version; GNU %s %s Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2009, 2010, -2011, 2012, 2013, 2014 Free Software Foundation, Inc. +2011, 2012, 2013, 2014, 2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.