branch | hs12 |
changeset 75 | 4c0f518fd1be |
parent 72 | d3d2108f07da |
--- a/zone-rm.pl Mon Jan 03 20:10:17 2011 +0100 +++ b/zone-rm.pl Tue Jan 11 23:30:09 2011 +0100 @@ -4,7 +4,7 @@ use strict; use File::Path; use FindBin; -use dnstools::Config qw(get_config); +use DNStools::Config qw(get_config); # liest die Konfiguration ein my %config = get_config("$FindBin::Bin/dnstools.conf", "/etc/dnstools.conf");