summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorRené Scheibe <rene.scheibe@gmail.com>2014-10-01 23:52:16 +0200
committerRené Scheibe <rene.scheibe@gmail.com>2014-10-02 22:58:13 +0200
commitb52d85737030c2818a82fd799b27bc0dbead4e14 (patch)
treefc95588e3203970fb7de781f71086a33fdd38f45 /t
parent2eccb6dab4ea4bc1fb08eea681fcc03734895f8c (diff)
downloadninka-b52d85737030c2818a82fd799b27bc0dbead4e14.tar.gz
test all modules with Test::Strict
Diffstat (limited to 't')
-rw-r--r--t/syntax_ok_and_use_strict.t7
1 files changed, 7 insertions, 0 deletions
diff --git a/t/syntax_ok_and_use_strict.t b/t/syntax_ok_and_use_strict.t
new file mode 100644
index 0000000..6061615
--- /dev/null
+++ b/t/syntax_ok_and_use_strict.t
@@ -0,0 +1,7 @@
+use strict;
+use warnings;
+
+use Test::Strict;
+
+# syntax ok and use strict
+all_perl_files_ok(qw(lib));