http://www.perlmonks.org?node_id=582708


in reply to Re: Become a CPAN Tester with CPAN::Reporter
in thread Become a CPAN Tester with CPAN::Reporter

Does it need to have a working MTA?

It relies on Test::Reporter, but I think that if you have Net::SMTP, it will use that and make a direct connection to the perl.org mail servers. If your ISP firewalls outgoing email, you'll need to set a CPAN::Reporter configuration option to point to your ISP's mail server instead.

Please give it a try and let me know if that works for you.

-xdg

Code written by xdg and posted on PerlMonks is public domain. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.

  • Comment on Re^2: Become a CPAN Tester with CPAN::Reporter

Replies are listed 'Best First'.
Re^3: Become a CPAN Tester with CPAN::Reporter
by rinceWind (Monsignor) on Nov 08, 2006 at 09:16 UTC

    I've discovered that you're missing a dependency on Module::Build. My virgin perl did not have this installed, and tests t/5*_test_report_* died. Once Module::Build is installed, the problem goes away.

    --

    Oh Lord, won’t you burn me a Knoppix CD ?
    My friends all rate Windows, I must disagree.
    Your powers of persuasion will set them all free,
    So oh Lord, won’t you burn me a Knoppix CD ?
    (Missquoting Janis Joplin)

      Those tests are supposed to skip sections if Module::Build isn't installed. I'll double check it. If you still have it, could you please email your test output to dagolden (at) cpan (dot) org?

      Update: the tests do skip, but the skip count was wrong as I'd added tests since creating the skip block. Fixed in 0.34, which is on its way to CPAN now. Thanks for finding that bug.

      -xdg

      Code written by xdg and posted on PerlMonks is public domain. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.