diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-11-18 09:47:48 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-11-18 09:47:48 +0000 |
commit | 73c832e4e140add6e148efa2e709bf588f2668bb (patch) | |
tree | 0a674100339662ced27f53eee136fe512d2d5b37 /cpan/HTTP-Tiny/t/170_keepalive.t | |
parent | 111bb8ca0c2b570c8721e72da9675733b8f281b3 (diff) | |
download | perl-73c832e4e140add6e148efa2e709bf588f2668bb.tar.gz |
Update HTTP-Tiny to CPAN version 0.051
[DELTA]
0.051 2014-11-17 22:58:44-05:00 America/New_York
[FIXED]
- Checks for threads without loading threads.pm
Diffstat (limited to 'cpan/HTTP-Tiny/t/170_keepalive.t')
-rw-r--r-- | cpan/HTTP-Tiny/t/170_keepalive.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/HTTP-Tiny/t/170_keepalive.t b/cpan/HTTP-Tiny/t/170_keepalive.t index 1ea1fd01df..8b265120fe 100644 --- a/cpan/HTTP-Tiny/t/170_keepalive.t +++ b/cpan/HTTP-Tiny/t/170_keepalive.t @@ -59,7 +59,7 @@ new_ht(); $h->{handle}->close; test_ht( "Socket closed", 0, 'http://foo.com' ); -for my $file ( dir_list( "t/cases", qr/^keepalive/ ) ) { +for my $file ( dir_list( "corpus", qr/^keepalive/ ) ) { my $label = basename($file); my $data = do { local ( @ARGV, $/ ) = $file; <> }; my ( $title, $ok, $response ) = map { trim($_) } split /--+/, $data; |