From 0fa023cfffc896d72ba36a8789154630e585435a Mon Sep 17 00:00:00 2001 From: Micah Cowan Date: Wed, 26 Nov 2008 07:14:27 -0800 Subject: [PATCH] More module-scoped warnings. --- tests/ChangeLog | 8 ++++++++ tests/Test-ftp-iri-disabled.px | 3 ++- tests/Test-ftp-iri-fallback.px | 3 ++- tests/Test-ftp-iri.px | 3 ++- tests/Test-idn-cmd.px | 3 ++- tests/Test-idn-headers.px | 3 ++- tests/Test-idn-meta.px | 3 ++- tests/Test-iri-disabled.px | 3 ++- tests/Test-iri-forced-remote.px | 3 ++- tests/Test-iri-list.px | 3 ++- tests/Test-iri.px | 3 ++- 11 files changed, 28 insertions(+), 10 deletions(-) diff --git a/tests/ChangeLog b/tests/ChangeLog index 25f2ab40..ffe5fddd 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,11 @@ +2008-11-26 Micah Cowan (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 * Test-auth-basic.px, Test-auth-no-challenge.px, diff --git a/tests/Test-ftp-iri-disabled.px b/tests/Test-ftp-iri-disabled.px index 14d849da..96122867 100755 --- a/tests/Test-ftp-iri-disabled.px +++ b/tests/Test-ftp-iri-disabled.px @@ -1,6 +1,7 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl use strict; +use warnings; use FTPTest; diff --git a/tests/Test-ftp-iri-fallback.px b/tests/Test-ftp-iri-fallback.px index 8902e0f9..091fd008 100755 --- a/tests/Test-ftp-iri-fallback.px +++ b/tests/Test-ftp-iri-fallback.px @@ -1,6 +1,7 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl use strict; +use warnings; use FTPTest; diff --git a/tests/Test-ftp-iri.px b/tests/Test-ftp-iri.px index d453669c..78e2622c 100755 --- a/tests/Test-ftp-iri.px +++ b/tests/Test-ftp-iri.px @@ -1,6 +1,7 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl use strict; +use warnings; use FTPTest; diff --git a/tests/Test-idn-cmd.px b/tests/Test-idn-cmd.px index a5c156a2..dba98183 100755 --- a/tests/Test-idn-cmd.px +++ b/tests/Test-idn-cmd.px @@ -1,6 +1,7 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl use strict; +use warnings; use HTTPTest; diff --git a/tests/Test-idn-headers.px b/tests/Test-idn-headers.px index 3289d5f5..f07621c3 100755 --- a/tests/Test-idn-headers.px +++ b/tests/Test-idn-headers.px @@ -1,6 +1,7 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl use strict; +use warnings; use HTTPTest; diff --git a/tests/Test-idn-meta.px b/tests/Test-idn-meta.px index 1397cf45..3d6e0563 100755 --- a/tests/Test-idn-meta.px +++ b/tests/Test-idn-meta.px @@ -1,6 +1,7 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl use strict; +use warnings; use HTTPTest; diff --git a/tests/Test-iri-disabled.px b/tests/Test-iri-disabled.px index 17e43361..02fc4d3a 100755 --- a/tests/Test-iri-disabled.px +++ b/tests/Test-iri-disabled.px @@ -1,6 +1,7 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl use strict; +use warnings; use HTTPTest; diff --git a/tests/Test-iri-forced-remote.px b/tests/Test-iri-forced-remote.px index 1acd03a7..8341d516 100755 --- a/tests/Test-iri-forced-remote.px +++ b/tests/Test-iri-forced-remote.px @@ -1,6 +1,7 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl use strict; +use warnings; use HTTPTest; diff --git a/tests/Test-iri-list.px b/tests/Test-iri-list.px index 51bb09fe..87cc33c8 100755 --- a/tests/Test-iri-list.px +++ b/tests/Test-iri-list.px @@ -1,6 +1,7 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl use strict; +use warnings; use HTTPTest; diff --git a/tests/Test-iri.px b/tests/Test-iri.px index d228721c..662019e7 100755 --- a/tests/Test-iri.px +++ b/tests/Test-iri.px @@ -1,6 +1,7 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl use strict; +use warnings; use HTTPTest; -- 2.39.2