File tree Expand file tree Collapse file tree 5 files changed +78
-82
lines changed Expand file tree Collapse file tree 5 files changed +78
-82
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for HTTP-Cookies. The HTTP::Cookies module used to be bundled
2
2
with the libwww-perl distribution.
3
3
4
+ {{$NEXT}}
5
+ - Replace "Test" with "Test::More" (GH#70) (James Raspass)
6
+
4
7
6.10 2021-01-04 22:03:43Z
5
8
- Do not set discard if max-age is set (GH#61) (robnagler, simbabque)
6
9
- Add tests for #61 - do not set discard if max-age is set (GH#65) (Julien Fiegehenn)
Original file line number Diff line number Diff line change 59
59
"ExtUtils::MakeMaker" : " 0" ,
60
60
"File::Spec" : " 0" ,
61
61
"HTTP::Response" : " 0" ,
62
- "Test" : " 0" ,
63
62
"Test::More" : " 0" ,
64
63
"URI" : " 0" ,
65
64
"warnings" : " 0"
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ my %WriteMakefileArgs = (
28
28
" ExtUtils::MakeMaker" => 0,
29
29
" File::Spec" => 0,
30
30
" HTTP::Response" => 0,
31
- " Test" => 0,
32
31
" Test::More" => 0,
33
32
" URI" => 0,
34
33
" warnings" => 0
@@ -48,7 +47,6 @@ my %FallbackPrereqs = (
48
47
" HTTP::Headers::Util" => 6,
49
48
" HTTP::Request" => 0,
50
49
" HTTP::Response" => 0,
51
- " Test" => 0,
52
50
" Test::More" => 0,
53
51
" URI" => 0,
54
52
" locale" => 0,
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ on 'test' => sub {
13
13
requires " ExtUtils::MakeMaker" => " 0" ;
14
14
requires " File::Spec" => " 0" ;
15
15
requires " HTTP::Response" => " 0" ;
16
- requires " Test" => " 0" ;
17
16
requires " Test::More" => " 0" ;
18
17
requires " URI" => " 0" ;
19
18
requires " warnings" => " 0" ;
You can’t perform that action at this time.
0 commit comments