[libcgi-test-perl] 01/05: Fixed a bug that caused test failures in Perls older than 5.8.9

Axel Beckert abe at deuxchevaux.org
Mon Jan 11 00:38:17 UTC 2016


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to annotated tag 1.000
in repository libcgi-test-perl.

commit 3b220b284ec7121c832bb8d448aa4b6c20ac6dc3
Author: Alex Tokarev <nohuhu at nohuhu.org>
Date:   Wed Sep 17 22:11:37 2014 -0700

    Fixed a bug that caused test failures in Perls older than 5.8.9
---
 t/cgi/getform     | 2 +-
 t/cgi/getform.bat | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/t/cgi/getform b/t/cgi/getform
index ca2eb53..37bd894 100755
--- a/t/cgi/getform
+++ b/t/cgi/getform
@@ -5,7 +5,7 @@ exec 3<&0
 $PERL -x <<'END_OF_SCRIPT'
 #!perl
 
-use CGI qw/:standard/;
+use CGI qw/:standard :no_xhtml/;
 
 open STDIN, '<&3' or die "Can't reopen STDIN";
 
diff --git a/t/cgi/getform.bat b/t/cgi/getform.bat
index 58056e7..313d046 100644
--- a/t/cgi/getform.bat
+++ b/t/cgi/getform.bat
@@ -13,7 +13,7 @@ goto endofperl
 #!perl
 #line 15
 
-use CGI qw/:standard/;
+use CGI qw/:standard :no_xhtml/;
 
 $\ = "\n";
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcgi-test-perl.git



More information about the Pkg-perl-cvs-commits mailing list