diff -r e25fc893e203 -r d3d2108f07da zone-ls.pl --- a/zone-ls.pl Mon Jan 03 16:49:56 2011 +0100 +++ b/zone-ls.pl Mon Jan 03 20:06:55 2011 +0100 @@ -9,7 +9,7 @@ use Time::Local; use Getopt::Long; use if $ENV{DEBUG} => "Smart::Comments"; -use my::Config qw(get_config); +use dnstools::Config qw(get_config); my %config; my $opt_expiry = undef;