From 1932c998cac488d6ba27789fea56bcf3a554a35c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 4 Mar 2011 12:22:22 +0100 Subject: Switch from Makefile to Build.PL --- t/00-compile.t | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 t/00-compile.t (limited to 't/00-compile.t') diff --git a/t/00-compile.t b/t/00-compile.t new file mode 100755 index 0000000..d7b89cb --- /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(qw{ bin/comirror bin/comirror-setup }); -- cgit v1.2.3