Skip to content

Commit 5a681f5

Browse files
JRaspassoalders
authored andcommitted
Replace "Test" with "Test::More"
Test::More was already in use and provides a much nicer UX.
1 parent 6e36206 commit 5a681f5

File tree

5 files changed

+78
-82
lines changed

5 files changed

+78
-82
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Revision history for HTTP-Cookies. The HTTP::Cookies module used to be bundled
22
with the libwww-perl distribution.
33

4+
{{$NEXT}}
5+
- Replace "Test" with "Test::More" (GH#70) (James Raspass)
6+
47
6.10 2021-01-04 22:03:43Z
58
- Do not set discard if max-age is set (GH#61) (robnagler, simbabque)
69
- Add tests for #61 - do not set discard if max-age is set (GH#65) (Julien Fiegehenn)

META.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
"ExtUtils::MakeMaker" : "0",
6060
"File::Spec" : "0",
6161
"HTTP::Response" : "0",
62-
"Test" : "0",
6362
"Test::More" : "0",
6463
"URI" : "0",
6564
"warnings" : "0"

Makefile.PL

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ my %WriteMakefileArgs = (
2828
"ExtUtils::MakeMaker" => 0,
2929
"File::Spec" => 0,
3030
"HTTP::Response" => 0,
31-
"Test" => 0,
3231
"Test::More" => 0,
3332
"URI" => 0,
3433
"warnings" => 0
@@ -48,7 +47,6 @@ my %FallbackPrereqs = (
4847
"HTTP::Headers::Util" => 6,
4948
"HTTP::Request" => 0,
5049
"HTTP::Response" => 0,
51-
"Test" => 0,
5250
"Test::More" => 0,
5351
"URI" => 0,
5452
"locale" => 0,

cpanfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ on 'test' => sub {
1313
requires "ExtUtils::MakeMaker" => "0";
1414
requires "File::Spec" => "0";
1515
requires "HTTP::Response" => "0";
16-
requires "Test" => "0";
1716
requires "Test::More" => "0";
1817
requires "URI" => "0";
1918
requires "warnings" => "0";

0 commit comments

Comments
 (0)