zone-rm.pl
branchhs12
changeset 72 d3d2108f07da
parent 71 e25fc893e203
child 75 4c0f518fd1be
--- a/zone-rm.pl	Mon Jan 03 16:49:56 2011 +0100
+++ b/zone-rm.pl	Mon Jan 03 20:06:55 2011 +0100
@@ -4,7 +4,7 @@
 use strict;
 use File::Path;
 use FindBin;
-use my::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");