6 lines
75 B
Perl
6 lines
75 B
Perl
|
use Test::More tests => 1;
|
||
|
use strict;
|
||
|
use warnings;
|
||
|
|
||
|
use_ok 'DNSManager';
|