mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
texi2pod.pl: use the warnings module only when it is available.
This commit is contained in:
parent
3e25a9817f
commit
05503232c0
@ -1,3 +1,7 @@
|
||||
2010-07-28 Alon Bar-Lev <alon.barlev@gmail.com> (tiny change)
|
||||
|
||||
* texi2pod.pl: Use the warnings module only when it is available.
|
||||
|
||||
2010-05-27 Giuseppe Scrivano <gscrivano@gnu.org>
|
||||
|
||||
* wget.texi (Download Options): Document that -k can be used with -O
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user