Subject: | Fails when Plack is installed |
All PASS reports on cpantesters have skipped the plack tests. The matrix
looks like a random result pattern because of this correlation.
I'd recommend you treat optional dependencies slightly differerntly. In
the Makefile.PL you check if they are installed and only if they are
installed you declare them as dependencies. That way we get a clear
report about which version of Plack and Test::TCP were involved.
If you do not do that we get no interesting reports from the testers,
only the fact that the tests were skipped can be parsed out which is a
bit thin.
HTH, Regards,