From aeb5068d17eda0f39a1e40f614b1bb15e16731a1 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 17 Sep 2010 18:04:15 +0200 Subject: Makefile -> Build.PL --- t/10-pod.t | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 t/10-pod.t (limited to 't/10-pod.t') diff --git a/t/10-pod.t b/t/10-pod.t new file mode 100755 index 0000000..5fe4faa --- /dev/null +++ b/t/10-pod.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(); -- cgit v1.2.3