From 616becbfdb3bed82da99bd950cbfe4bf28856bb7 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 6 May 2010 00:34:28 +0200 Subject: Replace shell test script by Perl TAP stuff, add test target to Makefile --- test/10-pod-coverage.t | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 test/10-pod-coverage.t (limited to 'test/10-pod-coverage.t') diff --git a/test/10-pod-coverage.t b/test/10-pod-coverage.t new file mode 100755 index 0000000..4c1d5f5 --- /dev/null +++ b/test/10-pod-coverage.t @@ -0,0 +1,8 @@ +#!/usr/bin/env perl +use strict; +use warnings; +use 5.010; +use Test::More; +use Test::Pod; + +all_pod_files_ok('bin/efa'); -- cgit v1.2.3