changeset 7 | 286a373ab86b |
parent 6 | 271dfe27e1d3 |
child 10 | efba68ef7f89 |
--- a/t/10-vidns.t Thu May 22 23:31:14 2014 +0200 +++ b/t/10-vidns.t Thu May 22 23:34:23 2014 +0200 @@ -4,8 +4,8 @@ use strict; use warnings; -use_ok 'ViDNS' or BAIL_OUT 'ViDNS not found!'; -#can_ok 'ViDNS', qw(ttl2h h2ttl); +use_ok 'DNS::Vi' or BAIL_OUT 'DNS::Vi not found!'; +#can_ok 'DNS::Vi', qw(ttl2h h2ttl); is ttl2h(86400), '1d', '-> 1d'; is h2ttl('1d'), 86400, '<- 1d';