From efc720cf37c8bbbbe6b01f791133166d63aec8b6 Mon Sep 17 00:00:00 2001 From: Jonathan Leto Date: Thu, 26 Jun 2008 23:49:42 -0700 Subject: [PATCH] Get rid of Test::More in 01-pod.t --- t/01-pod.t | 2 -- 1 file changed, 2 deletions(-) diff --git a/t/01-pod.t b/t/01-pod.t index f50dd0b..1008c0c 100644 --- a/t/01-pod.t +++ b/t/01-pod.t @@ -1,8 +1,6 @@ eval 'use Test::Pod 1.00'; -use Test::More 'no_plan'; if ($@){ print "Test::Pod 1.00 required for testing POD\n"; - ok(1); } else { all_pod_files_ok(); } -- 2.11.4.GIT