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

> http://svn.perl.org/modules/XML-RSS/trunk/Makefile.PL

You have:

------
{
    package MY;

    sub test_via_harness {
        my($self, $perl, $tests) = @_;
        
        return qq|\t$perl "-MTest::Manifest" | .
          qq|"-e" "run_t_manifest(\$(TEST_VERBOSE), '\$(INST_LIB)', | .
            qq|'\$(INST_ARCHLIB)')"\n|;
    }
}
-----

but you get that for free with:

   eval "use Test::Manifest"


You also have:

 'PREREQ_PM'    => { 
                                 'Test::Manifest'   => '0.9',

But that's a really old version. Try something later than 1.14.

Reply via email to