tokuhirom / Test-TCP

Test::TCP for perl
Other
33 stars 33 forks source link

Net::EmptyPort should have a $VERSION and be a separate distribution #63

Open robrwo opened 6 years ago

robrwo commented 6 years ago

I have some modules with tests that use Net::EmptyPort but not Test::TCP. There were test failures due to cpantesters using older versions, but the prereq reports say "undef" for the module version, so I do not know which version they are using.

While it's an easy fix to specify Test::TCP as a prerequisite, it's technically not correct.

Net::EmptyPort should probably be split into a separate release.

pplu commented 4 years ago

A +1 to separating this module into it's own distribution. We use it for other purposes not tied to Test::TCP.

jjatria commented 2 years ago

I came here to raise a similar issue to this one. If you have no objections to this, I'd be happy to help.