Codebase list libhttp-throwable-perl / 6527298
avoid relying on . being in @INC . may no longer be available by default in @INC - see https://rt.perl.org/Ticket/Display.html?id=127810 Karen Etheridge authored 7 years ago Ricardo Signes committed 4 years ago
6 changed file(s) with 10 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
2626 HTTP::Request::Common = 0
2727
2828 [RemovePrereqs]
29 remove = t::lib::Test::HT
29 remove = Test::HT
33
44 use Test::More;
55 use Test::Fatal;
6 use t::lib::Test::HT;
6 use lib 't/lib';
7 use Test::HT;
78
89 ht_test(
910 { status_code => 500, reason => 'Internal Server Error' },
22 use warnings;
33
44 use Test::More;
5 use t::lib::Test::HT;
5 use lib 't/lib';
6 use Test::HT;
67
78 ht_test(MultipleChoices => { location => '/test' }, {
89 code => 300,
55 use Test::More;
66 use Test::Fatal;
77
8 use t::lib::Test::HT;
8 use lib 't/lib';
9 use Test::HT;
910
1011 ht_test(BadRequest => {}, {
1112 code => 400,
55 use Test::More;
66 use Test::Fatal;
77
8 use t::lib::Test::HT;
8 use lib 't/lib';
9 use Test::HT;
910
1011 ht_test(InternalServerError => {}, {
1112 code => 500,
0 package t::lib::Test::HT;
0 package Test::HT;
11 use strict;
22 use warnings;
33