dilfridge    15/06/13 12:27:42

  Added:                3.47-fcgi.patch
  Log:
  Move from perl-core to dev-perl
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 0B08240A96F66571)

Revision  Changes    Path
1.1                  dev-perl/CGI/files/3.47-fcgi.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/CGI/files/3.47-fcgi.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/CGI/files/3.47-fcgi.patch?rev=1.1&content-type=text/plain

Index: 3.47-fcgi.patch
===================================================================
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' );




Reply via email to