X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=doc%2Ftexi2pod.pl;h=86c4b189ced76f1d27023cb1ec6fb056ae41ebfc;hp=2b743cfb3efffaab3f2164b42561eb286227e059;hb=2f6aa1d7417df1dfc58597777686fbd77179b9fd;hpb=293008f682e5fa9726136bc121bceadc136c77dc diff --git a/doc/texi2pod.pl b/doc/texi2pod.pl index 2b743cfb..86c4b189 100755 --- a/doc/texi2pod.pl +++ b/doc/texi2pod.pl @@ -1,7 +1,7 @@ #! /usr/bin/env perl -# Copyright (C) 1999, 2000, 2001, 2003, 2007, 2009, 2010 Free Software -# Foundation, Inc. +# Copyright (C) 1999, 2000, 2001, 2003, 2007, 2009, 2010, 2011 Free +# Software Foundation, Inc. # This file is part of GCC. @@ -23,6 +23,7 @@ # something suitable for a manpage from a Texinfo document. use warnings; +BEGIN { eval { require warnings; } and warnings->import; } $output = 0; $skipping = 0;