From ee38a4b7cdf0032e35e8249eb45d255480895119 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 6 Aug 2010 19:24:03 +0200 Subject: Add Efa::Error class (probably sucks so far :p) --- t/01-compile-pl.t | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 t/01-compile-pl.t (limited to 't/01-compile-pl.t') diff --git a/t/01-compile-pl.t b/t/01-compile-pl.t new file mode 100755 index 0000000..f130ac4 --- /dev/null +++ b/t/01-compile-pl.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(); -- cgit v1.2.3