Files
perl-HTML-Mason-PSGIHandler/HTML-Mason-PSGIHander-old-Test_More.patch

39 lines
899 B
Diff

Index: HTML-Mason-PSGIHandler-0.52/t/hello.t
===================================================================
--- HTML-Mason-PSGIHandler-0.52.orig/t/hello.t
+++ HTML-Mason-PSGIHandler-0.52/t/hello.t
@@ -1,6 +1,6 @@
use strict;
use FindBin;
-use Test::More;
+use Test::More qw(no_plan);
use Plack::Test;
use HTML::Mason::PSGIHandler;
@@ -23,5 +23,5 @@ test_psgi app => $handler, client => sub
};
-done_testing;
+#done_testing;
Index: HTML-Mason-PSGIHandler-0.52/t/streamy.t
===================================================================
--- HTML-Mason-PSGIHandler-0.52.orig/t/streamy.t
+++ HTML-Mason-PSGIHandler-0.52/t/streamy.t
@@ -1,6 +1,6 @@
use strict;
use FindBin;
-use Test::More;
+use Test::More qw(no_plan);
use Plack::Test;
use HTML::Mason::PSGIHandler::Streamy;
@@ -23,5 +23,5 @@ test_psgi app => $handler, client => sub
};
-done_testing;
+#done_testing;