[Catalyst-commits] r6764 - trunk/Catalyst-View-Mason/t
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Tue Aug 28 16:59:18 GMT 2007
Author: rafl
Date: 2007-08-28 16:59:18 +0100 (Tue, 28 Aug 2007)
New Revision: 6764
Modified:
trunk/Catalyst-View-Mason/t/02pod.t
trunk/Catalyst-View-Mason/t/03podcoverage.t
Log:
Run the pod tests if the needed modules are installed.
Modified: trunk/Catalyst-View-Mason/t/02pod.t
===================================================================
--- trunk/Catalyst-View-Mason/t/02pod.t 2007-08-28 15:59:15 UTC (rev 6763)
+++ trunk/Catalyst-View-Mason/t/02pod.t 2007-08-28 15:59:18 UTC (rev 6764)
@@ -2,6 +2,5 @@
eval "use Test::Pod 1.14";
plan skip_all => 'Test::Pod 1.14 required' if $@;
-plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};
all_pod_files_ok();
Modified: trunk/Catalyst-View-Mason/t/03podcoverage.t
===================================================================
--- trunk/Catalyst-View-Mason/t/03podcoverage.t 2007-08-28 15:59:15 UTC (rev 6763)
+++ trunk/Catalyst-View-Mason/t/03podcoverage.t 2007-08-28 15:59:18 UTC (rev 6764)
@@ -2,6 +2,5 @@
eval "use Test::Pod::Coverage 1.04";
plan skip_all => 'Test::Pod::Coverage 1.04 required' if $@;
-plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};
all_pod_coverage_ok();
More information about the Catalyst-commits
mailing list