diff -r 8b8735676881 -r 4c0f518fd1be zone-ls.pl --- a/zone-ls.pl Mon Jan 03 20:10:17 2011 +0100 +++ b/zone-ls.pl Tue Jan 11 23:30:09 2011 +0100 @@ -9,7 +9,7 @@ use Time::Local; use Getopt::Long; use if $ENV{DEBUG} => "Smart::Comments"; -use dnstools::Config qw(get_config); +use DNStools::Config qw(get_config); my %config; my $opt_expiry = undef;