diff options
| author | Magnus Kirø <magnuskiro@gmail.com> | 2016-03-20 20:32:42 +0100 |
|---|---|---|
| committer | Magnus Kirø <magnuskiro@gmail.com> | 2016-03-20 20:32:42 +0100 |
| commit | 65bc1d20d443c987df5681b87967974c12169ed1 (patch) | |
| tree | 84d8be26992d371226e67053f6a71a5b8ca0cb89 | |
| parent | 7d97e4c3bead329419d594daac11644e14c000e3 (diff) | |
strict and warnings in dhcp-summary.
| -rwxr-xr-x | web/nms.gathering.org/api/public/dhcp-summary | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/nms.gathering.org/api/public/dhcp-summary b/web/nms.gathering.org/api/public/dhcp-summary index 31bc8eb..dd643b2 100755 --- a/web/nms.gathering.org/api/public/dhcp-summary +++ b/web/nms.gathering.org/api/public/dhcp-summary @@ -1,5 +1,7 @@ #! /usr/bin/perl use lib '../../../../include'; +use strict; +use warnings; use nms::web; nms::web::setwhen('2h'); |
