]> git.pld-linux.org Git - packages/perl-Plack.git/commitdiff
- removed tests.patch (useless, I guess) auto/th/perl-Plack-0.9986-1
authorSzymon Siwek <sls@pld-linux.org>
Mon, 7 May 2012 10:49:10 +0000 (10:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Plack-tests.patch -> 1.2
    perl-Plack.spec -> 1.4

perl-Plack-tests.patch [deleted file]
perl-Plack.spec

diff --git a/perl-Plack-tests.patch b/perl-Plack-tests.patch
deleted file mode 100644 (file)
index 5a8cd28..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-diff -ur Plack-0.9978-o/t/Plack-Middleware/conditionalget_writer.t Plack-0.9978/t/Plack-Middleware/conditionalget_writer.t
---- Plack-0.9978-o/t/Plack-Middleware/conditionalget_writer.t  2011-04-12 18:36:52.000000000 -0600
-+++ Plack-0.9978/t/Plack-Middleware/conditionalget_writer.t    2011-05-10 22:14:27.000000000 -0600
-@@ -5,6 +5,7 @@
- use HTTP::Request::Common;
- use Plack::Test;
-+
- my $handler = builder {
-     enable 'ConditionalGET';
-@@ -26,12 +27,14 @@
-     my $cb = shift;
-     subtest 'streaming' => sub {
-+      plan tests => 2;
-         my $res = $cb->( GET "http://localhost/streaming-klingklangklong" );
-         is $res->code, 200, 'Response HTTP status';
-         is $res->content, 'klingklangklong', 'Response content';
-     };
-     subtest 'streaming not modified' => sub {
-+      plan tests => 2;
-         # the middleware does not support streaming interface but make it at least not die
-         my $res = $cb->( GET
-             "http://localhost/streaming-klingklangklong",
index 7e753558e65c6134fe23b98478ddb3477bc59b6f..c6e170308073290466035618795dbd54c291b7ca 100644 (file)
@@ -14,7 +14,6 @@ License:      GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/Plack/%{pdir}-%{version}.tar.gz
 # Source0-md5: 90d63ab0dc479136906db43ab9a99df1
-Patch0:                %{name}-tests.patch
 URL:           http://search.cpan.org/dist/Plack/
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
@@ -52,7 +51,6 @@ and Plack are and why we need them.
 
 %prep
 %setup -q -n %{pdir}-%{version}
-%patch0 -p1
 
 %build
 %{__perl} Makefile.PL \
This page took 0.238197 seconds and 4 git commands to generate.