In article <[EMAIL PROTECTED]>, Shlomi Fish
<[EMAIL PROTECTED]> wrote:


> See http://xrl.us/sw5o for a recipe for integrating "make runtest" and "make 
> distruntest" targets into a Makefile.PL-generated Makefile that makes use of 
> Test::Manifest.

That Test::Manifest stuff in XML::RSS is old. Instead, you can just say:

    eval "use Test::Manifest 1.14";

However, if you are doing odd test things, you probably don't want to
use Test::Manifest. Just write your own thing to run the tests.

Reply via email to