summaryrefslogtreecommitdiff
path: root/t/00-compile-pm.t
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-08-06 19:24:03 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-08-06 19:24:03 +0200
commitee38a4b7cdf0032e35e8249eb45d255480895119 (patch)
tree45e43f819a3eea555bd0fa5fa22cd2505500771e /t/00-compile-pm.t
parent308ec1bf336e39736916ba72053f16df0a9ba122 (diff)
Add Efa::Error class (probably sucks so far :p)
Diffstat (limited to 't/00-compile-pm.t')
-rwxr-xr-xt/00-compile-pm.t8
1 files changed, 8 insertions, 0 deletions
diff --git a/t/00-compile-pm.t b/t/00-compile-pm.t
new file mode 100755
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();