]> sjero.net Git - wget/commitdiff
More module-scoped warnings.
authorMicah Cowan <micah@cowan.name>
Wed, 26 Nov 2008 15:14:27 +0000 (07:14 -0800)
committerMicah Cowan <micah@cowan.name>
Wed, 26 Nov 2008 15:14:27 +0000 (07:14 -0800)
tests/ChangeLog
tests/Test-ftp-iri-disabled.px
tests/Test-ftp-iri-fallback.px
tests/Test-ftp-iri.px
tests/Test-idn-cmd.px
tests/Test-idn-headers.px
tests/Test-idn-meta.px
tests/Test-iri-disabled.px
tests/Test-iri-forced-remote.px
tests/Test-iri-list.px
tests/Test-iri.px

index 25f2ab40997a83e330d221e7168f2c94562c6969..ffe5fdddbdc1b8e09820a721a2da03015cdfbde8 100644 (file)
@@ -1,3 +1,11 @@
+2008-11-26  Micah Cowan  <micah@cowan.name>  (not copyrightable)
+
+       * Test-ftp-iri-disabled.px, Test-ftp-iri-fallback.px,
+       Test-ftp-iri.px, Test-idn-cmd.px, Test-idn-headers.px,
+       Test-idn-meta.px, Test-iri-disabled.px,
+       Test-iri-forced-remote.px, Test-iri-list.px, Test-iri.px: More
+       module-scope warnings.
+
 2008-11-12  Steven Schubiger  <stsc@members.fsf.org>
 
        * Test-auth-basic.px, Test-auth-no-challenge.px,
 2008-11-12  Steven Schubiger  <stsc@members.fsf.org>
 
        * Test-auth-basic.px, Test-auth-no-challenge.px,
index 14d849dac46768d84cd20121a87a51f7714d433e..96122867ee4695c0941be9fd206b3a55f68859ea 100755 (executable)
@@ -1,6 +1,7 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
 
 use strict;
 
 use strict;
+use warnings;
 
 use FTPTest;
 
 
 use FTPTest;
 
index 8902e0f9a1392ca527d3b601f72cdd49066c4082..091fd00828e9bddd49e6d730bec4c3cac43402e5 100755 (executable)
@@ -1,6 +1,7 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
 
 use strict;
 
 use strict;
+use warnings;
 
 use FTPTest;
 
 
 use FTPTest;
 
index d453669c51cba84a60ba6bbd34ea2e17e684ce41..78e2622c51ccbb5d613b8bd0eb4305a8f7a31314 100755 (executable)
@@ -1,6 +1,7 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
 
 use strict;
 
 use strict;
+use warnings;
 
 use FTPTest;
 
 
 use FTPTest;
 
index a5c156a2b3113fe304ca3131bf10fae82661a559..dba981838461df0a3a3e34f02ad129888c7ac9f6 100755 (executable)
@@ -1,6 +1,7 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
 
 use strict;
 
 use strict;
+use warnings;
 
 use HTTPTest;
 
 
 use HTTPTest;
 
index 3289d5f51cdd0caae810709ade3b78147770bd28..f07621c326ac0a22e2d3391e8d743d8caec2a13d 100755 (executable)
@@ -1,6 +1,7 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
 
 use strict;
 
 use strict;
+use warnings;
 
 use HTTPTest;
 
 
 use HTTPTest;
 
index 1397cf4506fe0867cc41657e3a7b95de0a34c392..3d6e0563fd16e9777aa91e05ff88a1e157ef159b 100755 (executable)
@@ -1,6 +1,7 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
 
 use strict;
 
 use strict;
+use warnings;
 
 use HTTPTest;
 
 
 use HTTPTest;
 
index 17e43361a2f5d3649de24c024c55909220950a09..02fc4d3a1f96538a549e88809dcbfe382ff43bd0 100755 (executable)
@@ -1,6 +1,7 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
 
 use strict;
 
 use strict;
+use warnings;
 
 use HTTPTest;
 
 
 use HTTPTest;
 
index 1acd03a7d1e0d7a1269196bd89e33b017cf6ef2c..8341d516931d6d9a9071f08e91b89abb87133640 100755 (executable)
@@ -1,6 +1,7 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
 
 use strict;
 
 use strict;
+use warnings;
 
 use HTTPTest;
 
 
 use HTTPTest;
 
index 51bb09fe313404315ff449ca5a619e0502a2fbf2..87cc33c8e11c96a30d5702ef38f79ddacc80e13a 100755 (executable)
@@ -1,6 +1,7 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
 
 use strict;
 
 use strict;
+use warnings;
 
 use HTTPTest;
 
 
 use HTTPTest;
 
index d228721cdce861b2be427b09580588fe61b66fe0..662019e794a3d63ddbe02967ae8c37ba041b93c8 100755 (executable)
@@ -1,6 +1,7 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
 
 use strict;
 
 use strict;
+use warnings;
 
 use HTTPTest;
 
 
 use HTTPTest;