diff options
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"; |