summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2016-09-07 19:44:39 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-09-09 15:27:40 +0200
commit3dfebceb8d2f5e9a1ccf0f95e15870e3ce0f7585 (patch)
tree55a5b700b74450bb356ca18b0fd1a9540b2a33b7 /dev-perl/CGI
parentdev-perl/AppConfig: remove unused patch. (diff)
downloadgentoo-3dfebceb8d2f5e9a1ccf0f95e15870e3ce0f7585.tar.gz
gentoo-3dfebceb8d2f5e9a1ccf0f95e15870e3ce0f7585.tar.bz2
gentoo-3dfebceb8d2f5e9a1ccf0f95e15870e3ce0f7585.zip
dev-perl/CGI: remove unused patch.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-perl/CGI')
-rw-r--r--dev-perl/CGI/files/3.47-fcgi.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-perl/CGI/files/3.47-fcgi.patch b/dev-perl/CGI/files/3.47-fcgi.patch
deleted file mode 100644
index 922a577f14b5..000000000000
--- a/dev-perl/CGI/files/3.47-fcgi.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-http://rt.cpan.org/Public/Bug/Display.html?id=49599
-
---- CGI.pm-3.47/t/fast.t
-+++ CGI.pm-3.47/t/fast.t
-@@ -7,16 +7,16 @@
- $fcgi = $@ ? 0 : 1;
- }
-
--use Test::More tests => 10;
-+use Test::More tests => 11;
-
- # Shut up "used only once" warnings.
- () = $CGI::Q;
- () = $CGI::Fast::Ext_Request;
-
- SKIP: {
-- skip( 'FCGI not installed, cannot continue', 7 ) unless $fcgi;
-+ skip( 'FCGI not installed, cannot continue', 11 ) unless $fcgi;
-
-- use CGI::Fast;
-+ use_ok( CGI::Fast );
- ok( my $q = CGI::Fast->new(), 'created new CGI::Fast object' );
- is( $q, $CGI::Q, 'checking to see if the object was stored properly' );
- is( $q->param(), (), 'no params' );