Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit c935fa4

Browse files
committed
report on prereqs during automated testing
1 parent 80672c1 commit c935fa4

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

Changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ Release notes for HTTP-Tiny
22

33
{{$NEXT}}
44

5+
[TESTING]
6+
7+
- Capture prerequisite versions under AUTOMATED_TESTING to help
8+
chase down some failures from CPAN Testers
9+
510
0.019 2012-05-14 07:14:00 America/New_York
611

712
[ADDED]

META.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,16 @@
5151
"requires" : {
5252
"Data::Dumper" : "0",
5353
"Exporter" : "0",
54+
"ExtUtils::MakeMaker" : "0",
5455
"File::Basename" : "0",
5556
"File::Find" : "0",
5657
"File::Spec" : "0",
58+
"File::Spec::Functions" : "0",
5759
"File::Temp" : "0",
5860
"IO::Dir" : "0",
5961
"IO::File" : "0",
6062
"IO::Socket::INET" : "0",
63+
"List::Util" : "0",
6164
"Test::More" : "0.88",
6265
"open" : "0"
6366
}
@@ -66,7 +69,7 @@
6669
"provides" : {
6770
"HTTP::Tiny" : {
6871
"file" : "lib/HTTP/Tiny.pm",
69-
"version" : "0.019"
72+
"version" : "0.020"
7073
}
7174
},
7275
"release_status" : "stable",
@@ -82,6 +85,6 @@
8285
"web" : "https://github.com/dagolden/p5-http-tiny"
8386
}
8487
},
85-
"version" : "0.019"
88+
"version" : "0.020"
8689
}
8790

README.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ HTTP::Tiny - A small, simple, correct HTTP/1.1 client
44

55
=head1 VERSION
66

7-
version 0.019
7+
version 0.020
88

99
=head1 SYNOPSIS
1010

dist.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ remove = Mozilla::CA
2222
[Prereqs/Suggests]
2323
IO::Socket::SSL = 1.56
2424
Mozilla::CA = 0
25+
26+
[Test::ReportPrereqs]

0 commit comments

Comments
 (0)