diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-01-17 11:23:26 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-01-17 11:23:26 +0100 |
commit | 0c49e2bd3a1d51afd1be678e579451c929a42529 (patch) | |
tree | 756cc2f40604143ed400558a6409197b8cdd2764 /t/00-compile-pm.t | |
parent | b19328aecd79a91ea4535edd8dddc2e4908d615f (diff) |
add basic tests
Diffstat (limited to 't/00-compile-pm.t')
-rw-r--r-- | t/00-compile-pm.t | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/t/00-compile-pm.t b/t/00-compile-pm.t new file mode 100644 index 0000000..2476ab2 --- /dev/null +++ b/t/00-compile-pm.t @@ -0,0 +1,8 @@ +#!/usr/bin/env perl +use strict; +use warnings; +use 5.010; +use Test::More; +use Test::Compile; + +all_pm_files_ok(); |