changeset 8 | 5923d15fd57b |
parent 7 | 286a373ab86b |
child 10 | efba68ef7f89 |
--- a/lib/DNS/Vi.pm Thu May 22 23:34:23 2014 +0200 +++ b/lib/DNS/Vi.pm Fri May 23 11:46:36 2014 +0200 @@ -1,7 +1,7 @@ use 5.010; use strict; use warnings; -use if $ENV{DEBUG}//'' eq 'vidns' => 'Smart::Comments'; +use if $ENV{DEBUG}//'' eq 'dnsvi' => 'Smart::Comments'; use Digest::SHA qw(sha512_hex); use base 'Exporter';