perlcritic: use strict, use warnings
This commit is contained in:
committed by
Graham Christensen
parent
d3feb8b9a5
commit
4677a7c894
@ -1,4 +1,5 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
use Setup;
|
||||
|
||||
my %ctx = test_init(hydra_config => q|
|
||||
|
@ -1,4 +1,5 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
use Setup;
|
||||
|
||||
my %ctx = test_init(
|
||||
|
@ -1,4 +1,5 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
use Setup;
|
||||
|
||||
my %ctx = test_init(hydra_config => q|
|
||||
|
@ -1,4 +1,5 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
use Setup;
|
||||
use Data::Dumper;
|
||||
my %ctx = test_init();
|
||||
|
@ -1,5 +1,6 @@
|
||||
use feature 'unicode_strings';
|
||||
use strict;
|
||||
use warnings;
|
||||
use Setup;
|
||||
use IO::Uncompress::Bunzip2 qw(bunzip2);
|
||||
use Archive::Tar;
|
||||
|
@ -1,4 +1,5 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
use Setup;
|
||||
use Data::Dumper;
|
||||
my %ctx = test_init();
|
||||
|
@ -1,5 +1,6 @@
|
||||
use feature 'unicode_strings';
|
||||
use strict;
|
||||
use warnings;
|
||||
use Setup;
|
||||
use JSON qw(decode_json encode_json);
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
use Setup;
|
||||
my %ctx = test_init();
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
use Setup;
|
||||
use Data::Dumper;
|
||||
my %ctx = test_init();
|
||||
|
@ -1,5 +1,6 @@
|
||||
use feature 'unicode_strings';
|
||||
use strict;
|
||||
use warnings;
|
||||
use Setup;
|
||||
use JSON qw(decode_json encode_json);
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
use feature 'unicode_strings';
|
||||
use strict;
|
||||
use warnings;
|
||||
use Setup;
|
||||
use JSON qw(decode_json encode_json);
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
use Setup;
|
||||
|
||||
my %ctx = test_init();
|
||||
|
@ -1,4 +1,5 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
use Setup;
|
||||
|
||||
my %ctx = test_init();
|
||||
|
@ -1,4 +1,5 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
use Setup;
|
||||
|
||||
my %ctx = test_init();
|
||||
|
@ -1,4 +1,5 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
use Setup;
|
||||
use Data::Dumper;
|
||||
use Test2::V0;
|
||||
|
@ -1,4 +1,5 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
use Setup;
|
||||
|
||||
my %ctx = test_init();
|
||||
|
@ -1,4 +1,5 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
use Setup;
|
||||
|
||||
my %ctx = test_init();
|
||||
|
@ -1,4 +1,5 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
use Setup;
|
||||
use JSON;
|
||||
use File::Copy;
|
||||
|
@ -1,4 +1,5 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
use Setup;
|
||||
|
||||
my %ctx = test_init();
|
||||
|
@ -1,5 +1,6 @@
|
||||
use feature 'unicode_strings';
|
||||
use strict;
|
||||
use warnings;
|
||||
use Setup;
|
||||
|
||||
my %ctx = test_init();
|
||||
|
@ -1,4 +1,5 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
use Setup;
|
||||
|
||||
my %ctx = test_init();
|
||||
|
@ -1,4 +1,5 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
use Setup;
|
||||
use TestScmInput;
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
use Setup;
|
||||
use TestScmInput;
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
use Setup;
|
||||
use TestScmInput;
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
use Setup;
|
||||
use TestScmInput;
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
use Setup;
|
||||
use TestScmInput;
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
use Setup;
|
||||
use TestScmInput;
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
use Setup;
|
||||
use TestScmInput;
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
use Setup;
|
||||
use TestScmInput;
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
use Setup;
|
||||
use TestScmInput;
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
package Setup;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use Exporter;
|
||||
use Test::PostgreSQL;
|
||||
use File::Temp;
|
||||
|
@ -1,5 +1,6 @@
|
||||
use feature 'unicode_strings';
|
||||
use strict;
|
||||
use warnings;
|
||||
use Setup;
|
||||
|
||||
my %ctx = test_init(
|
||||
|
@ -1,4 +1,5 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
use File::Basename;
|
||||
use Hydra::Model::DB;
|
||||
use Hydra::Helper::Nix;
|
||||
|
@ -1,5 +1,6 @@
|
||||
use feature 'unicode_strings';
|
||||
use strict;
|
||||
use warnings;
|
||||
use Setup;
|
||||
|
||||
my %ctx = test_init();
|
||||
|
@ -1,5 +1,6 @@
|
||||
use feature 'unicode_strings';
|
||||
use strict;
|
||||
use warnings;
|
||||
use Setup;
|
||||
|
||||
my %ctx = test_init();
|
||||
|
@ -1,5 +1,6 @@
|
||||
use feature 'unicode_strings';
|
||||
use strict;
|
||||
use warnings;
|
||||
use Setup;
|
||||
|
||||
my %ctx = test_init();
|
||||
|
@ -1,3 +1,5 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
use LWP::UserAgent;
|
||||
use JSON;
|
||||
|
||||
|
Reference in New Issue
Block a user