Skip to content

Commit

Permalink
Skip if HTTP::Cookies is not there. Fix #414
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Jun 15, 2013
1 parent 3d11fd0 commit 7e998a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/Plack-Test/cookie.t
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
use strict;
use Plack::Test;
use HTTP::Request::Common;
use HTTP::Cookies;
use Test::More;
use Test::Requires qw(HTTP::Cookies);

my $app = sub {
return [ 200, [ 'Content-Type' => 'text/html', 'Set-Cookie' => "ID=123; path=/" ], [ "Hi" ] ];
Expand Down

0 comments on commit 7e998a1

Please sign in to comment.