repo.or.cz
/
App-Abuser.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
APNIC: Handle multiple abuse-mailboxes at a role
[App-Abuser.git]
/
t
/
lacnic.t
blob
2e619c599be9b31b9a61a9b2a6f44e2ce53f9056
1
use Test::More tests => 1;
2
use App::Abuser ();
3
require './t/Stub.pm';
4
$Stub::server = 'whois.lacnic.net';
5
6
is(App::Abuser->new->search('192.0.2.6'), 'good@example.com', 'inetnum with abuse-c with e-mail');