diff options
-rwxr-xr-x | bootstrap/make-first-zones.pl | 1 | ||||
-rwxr-xr-x | bootstrap/make-missing-conf.pl | 1 | ||||
-rwxr-xr-x | bootstrap/make-reverse4-files.pl | 1 |
3 files changed, 3 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"; diff --git a/bootstrap/make-missing-conf.pl b/bootstrap/make-missing-conf.pl index ae28d73..5b63f32 100755 --- a/bootstrap/make-missing-conf.pl +++ b/bootstrap/make-missing-conf.pl @@ -2,6 +2,7 @@ use strict; use Net::IP; use NetAddr::IP; +use POSIX qw(strftime); BEGIN { require "include/config.pm"; diff --git a/bootstrap/make-reverse4-files.pl b/bootstrap/make-reverse4-files.pl index 3d8d993..a8b7423 100755 --- a/bootstrap/make-reverse4-files.pl +++ b/bootstrap/make-reverse4-files.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"; |