From edb8a963113044270afa44e89f15cc51378ae0f9 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 6 May 2010 07:56:07 +0200 Subject: Use TAP + prove for tets --- test/00-compile.t | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 test/00-compile.t (limited to 'test/00-compile.t') diff --git a/test/00-compile.t b/test/00-compile.t new file mode 100755 index 0000000..e4e0b2d --- /dev/null +++ b/test/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/apt-why'); -- cgit v1.2.3