in reply to Re^2: CPAN Testing SSL requirements
in thread CPAN Testing SSL requirements

This is counter to my experience, and also counter to what the Makefile.PL for libwww-perl does. Maybe reading the source code helps you reduce your confusion.

I assume that the automated testers will "respond" to these changes by testing your new distribution, and either report nothing because they can't install the prerequisites, or report the new test results with the new prerequisites.

Replies are listed 'Best First'.
Re^4: CPAN Testing SSL requirements
by tqisjim (Beadle) on Jun 08, 2013 at 23:29 UTC

    OK RTFM:

    This module used to be bundled with the libwww-perl, but it was unbundled in v6.02 in order to be able to declare its dependencies properly for the CPAN tool-chain. Applications that need https support can just declare their dependency on LWP::Protocol::https and will no longer need to know what underlying modules to install.