From 34dddb5db65fefc5c36e8b99b9692dbcc14d8642 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 1 Aug 2010 11:30:21 +0200 Subject: Move tests to t/, re-structure the directory while at it --- t/10-pod-coverage.t | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 t/10-pod-coverage.t (limited to 't/10-pod-coverage.t') diff --git a/t/10-pod-coverage.t b/t/10-pod-coverage.t new file mode 100755 index 0000000..4c1d5f5 --- /dev/null +++ b/t/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