TT#69200 Use strict and warnings

We require these with perlcritic, but have not been triggered as these
scripts have no shebang, which we will be adding later.

Change-Id: I81ac98c9ee72cce9b3446a98e1aae53e4c04b578
(cherry picked from commit 803bacf8a5)
mr7.5.5
Guillem Jover 6 years ago committed by Rene Krenn
parent 14454df855
commit cc230e98ff

@ -1,3 +1,6 @@
use strict;
use warnings;
use Module::Build qw();
my $builder = Module::Build->new(
dist_name => 'NGCP::BulkProcessor',

@ -1,3 +1,6 @@
use strict;
use warnings;
use Net::Domain qw(hostfqdn);
use JSON -support_by_pp, -no_export;
use Test::More;

Loading…
Cancel
Save