ivan has asked for the wisdom of the Perl Monks concerning the following question:
Hi Monks,
Long time listener, first time caller.
Is it possible to declare an either/or relationship on CPAN? i.e. a PREREQ_PM on Module::A OR Module::B? It doesn't have to be EU:MM; I'd happily switch to M:I or M:B for this functionality.
The context: I've recently uploaded Net::HTTPS::Any. It depends on Net::SSLeay OR Crypt::SSLeay, but I have no way of declaring this to CPAN, resulting in a pile of test failures.
Thanks for your wisdom.
|
|---|