diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-03-24 08:59:39 +0100 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-03-24 08:59:39 +0100 |
| commit | 37dd99d245db0408743f30a7ca67b40242b147b3 (patch) | |
| tree | 1eb39ed9960fa65cc3c89b18879323254ea417ad /t | |
| parent | fix (diff) | |
| download | plack-middleware-etag-37dd99d245db0408743f30a7ca67b40242b147b3.tar.gz | |
cealn POD, remove warn from test
Diffstat (limited to 't')
| -rw-r--r-- | t/01_basic.t | 1 |
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; } |
