r1399@llin: dpavlin | 2007-10-31 11:19:39 +0100
[webpac2] / t / pod-coverage.t
index 703f91d..cebe435 100644 (file)
@@ -1,6 +1,8 @@
-#!perl -T
+#!/usr/bin/perl -w
 
 use Test::More;
+use blib;
+
 eval "use Test::Pod::Coverage 1.04";
-plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@;
+plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage [$@]" if ($@);
 all_pod_coverage_ok();