in reply to Re: CPAN::Reporter and SMTP-server
in thread CPAN::Reporter and SMTP-server
That is a snippet from near the top of the Test::Reporter module.sub new { my $type = shift; my $class = ref($type) || $type; my $self = { '_mx' => ['mx1.x.perl.org', mx.develooper.com'],
|
|---|