diff options
author | Joachim Tingvold <joachim@tingvold.com> | 2015-03-22 22:01:19 +0100 |
---|---|---|
committer | Joachim Tingvold <joachim@tingvold.com> | 2015-03-22 22:01:19 +0100 |
commit | 907546661d59d400a023c97fad4347110dd98bd9 (patch) | |
tree | 1a6ea60870893f2b40daef7e14bc8115dcf718f0 /bootstrap/make-first-zones.pl | |
parent | fc3b28faf42d4246a14add82928a35b49da04d40 (diff) |
Use some stuff.
Diffstat (limited to 'bootstrap/make-first-zones.pl')
-rwxr-xr-x | bootstrap/make-first-zones.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap/make-first-zones.pl b/bootstrap/make-first-zones.pl index 065b2a5..0f2754c 100755 --- a/bootstrap/make-first-zones.pl +++ b/bootstrap/make-first-zones.pl @@ -1,6 +1,7 @@ #!/usr/bin/perl -I /root/tgmanage use strict; use Net::IP; +use POSIX qw(strftime); BEGIN { require "include/config.pm"; |