diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-02-07 18:52:22 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-02-07 18:52:22 +0100 |
commit | c83725c4fb7ee84b234d3faeffb03ba7c94c2e11 (patch) | |
tree | b26e0ff28a38bab582e1484555b1794156c1f383 /t/00-compile.t |
Initial commit
Diffstat (limited to 't/00-compile.t')
-rw-r--r-- | t/00-compile.t | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/t/00-compile.t b/t/00-compile.t new file mode 100644 index 0000000..abcaf94 --- /dev/null +++ b/t/00-compile.t @@ -0,0 +1,8 @@ +#!/usr/bin/env perl +use strict; +use warnings; +use 5.010; +use Test::More; +use Test::Compile; + +all_pl_files_ok('bin/raps2'); |