Skip Menu |

This queue is for tickets about the Test-Fake-HTTPD CPAN distribution.

Report information
The Basics
Id: 101692
Status: new
Priority: 0/
Queue: Test-Fake-HTTPD

People
Owner: Nobody in particular
Requestors: dolmen [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.06
Fixed in: (no value)



Subject: Upgrade Test::TCP or Test::SharedFork dependency
Hi,

Test::Fake::HTTPD uses Test::TCP which uses Test::SharedFork which uses Test;;Builder.

Test::Builder will soon be upgraded with a new implementation:
http://blogs.perl.org/users/chad_exodist_granum/2015/01/test-simple-test-more-and-test-builder-what-is-breaking-should-i-be-scared.html

There is a few incompatible changes that required fixes in Test::SharedFork 0.29.

To ensure that an upgrade of Test::Builder on an end-user machine does not break Test::Fake::HTTPD with errors that may be hard to interpret for the end-user, it would be safer to make a new release with a runtime dependency on Test::SharedFork 0.29 in META.


-- 
Olivier Mengué - http://perlresume.org/DOLMEN - https://gratipay.com/dolmen/
Subject: [PATCH] Upgrade Test::TCP or Test::SharedFork dependency
Show quoted text
> To ensure that an upgrade of Test::Builder on an end-user machine does not break Test::Fake::HTTPD with errors that may be hard to interpret for the end-user, it would be safer to make a new release with a runtime dependency on Test::SharedFork 0.29 in META.

Here is a pull request that does that:
https://github.com/masaki/Test-Fake-HTTPD/pull/2

-- 
Olivier Mengué - http://perlresume.org/DOLMEN - https://gratipay.com/dolmen/