Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^2: CPAN::Reporter and SMTP-server

by Scott7477 (Chaplain)
on Mar 16, 2007 at 23:14 UTC ( [id://605233]=note: print w/replies, xml ) Need Help??


in reply to Re: CPAN::Reporter and SMTP-server
in thread CPAN::Reporter and SMTP-server

I have been able to get Test::Reporter to work by hard coding the testers.cpan.org MX record(mx.develooper.com) as follows:
sub new { my $type = shift; my $class = ref($type) || $type; my $self = { '_mx' => ['mx1.x.perl.org', mx.develooper.com'],
That is a snippet from near the top of the Test::Reporter module.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://605233]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (6)
As of 2024-03-29 12:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found