diff options
author | Joachim Tingvold <joachim@tingvold.com> | 2015-03-22 21:59:18 +0100 |
---|---|---|
committer | Joachim Tingvold <joachim@tingvold.com> | 2015-03-22 21:59:18 +0100 |
commit | fc3b28faf42d4246a14add82928a35b49da04d40 (patch) | |
tree | c51d207c7472ed156e30a760204817c76ead1e24 | |
parent | 5ec4e3f45a1c74a1da58e7f46f7b58f40bdd9e1e (diff) |
Getting stronger!
-rwxr-xr-x | bootstrap/make-dhcpd.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/make-dhcpd.pl b/bootstrap/make-dhcpd.pl index e6104af..ea7bed6 100755 --- a/bootstrap/make-dhcpd.pl +++ b/bootstrap/make-dhcpd.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl -I /root/tgmanage use strict; - use Net::IP; +use NetAddr::IP; BEGIN { require "include/config.pm"; |