Skip to content

Commit

Permalink
Syntax/strict tests
Browse files Browse the repository at this point in the history
  • Loading branch information
swelljoe committed Oct 3, 2017
1 parent 12a3d27 commit 46f3397
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions install_check.pl
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# install_check.pl
use strict;
use warnings;

our %config;
do 'jailkit-lib.pl';

# is_installed(mode)
Expand Down
1 change: 0 additions & 1 deletion jailkit-lib.pl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/perl

use strict;
use warnings;

Expand Down
6 changes: 6 additions & 0 deletions t/all_ok.t
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::Strict 'no_plan';

all_perl_files_ok();

0 comments on commit 46f3397

Please sign in to comment.