about summary refs log tree commit diff
path: root/t
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-03-24 08:59:39 +0100
committerfranck cuny <franck@lumberjaph.net>2010-03-24 08:59:39 +0100
commit37dd99d245db0408743f30a7ca67b40242b147b3 (patch)
tree1eb39ed9960fa65cc3c89b18879323254ea417ad /t
parentfix (diff)
downloadplack-middleware-etag-37dd99d245db0408743f30a7ca67b40242b147b3.tar.gz
cealn POD, remove warn from test
Diffstat (limited to 't')
-rw-r--r--t/01_basic.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/01_basic.t b/t/01_basic.t
index 62e1e6e..60cdb66 100644
--- a/t/01_basic.t
+++ b/t/01_basic.t
@@ -83,7 +83,6 @@ test_psgi
         my $req = GET "http://localhost/";
         my $res = $cb->($req);
         ok $res->header('ETag');
-	warn $res->header('ETag');
 	is $res->code, 200;
 	ok $res->content;
     }