]> sjero.net Git - wget/blobdiff - doc/texi2pod.pl
mass change: update copyright years.
[wget] / doc / texi2pod.pl
index d2f3a026baca03b16a4e23674ee1674bf608dfec..86c4b189ced76f1d27023cb1ec6fb056ae41ebfc 100755 (executable)
@@ -1,7 +1,7 @@
 #! /usr/bin/env perl
 
-#   Copyright (C) 1999, 2000, 2001, 2003, 2007, 2009 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;