I need to mark the CPAN release of version.pm as being incompatible with
bleadperl, i.e. 5.9.0 or better, since version.pm is included in bleadperl.  All
existing code is predicated on a minimum release, not a maximum release.  What
I'm wondering is what shape should my code take to convey this behavior.  I want
to avoid die'ing, since that will just cause failures to emit from the CPAN
smokers.  Should I just create a dummy Makefile which has a single ok() test?
Alternatively, can I create a Makefile that doesn't include *any* of the CPAN
modules, yet runs the existing test suite (which obviously should pass)?

Thoughts?

John

Reply via email to