Use ExtraTests plugin to run extra tests for authors and disttest.
Dave Rolsky [Sun, 3 May 2009 18:56:02 +0000 (13:56 -0500)]
Add a version number test like the one we have in Moose

Makefile.PL
xt/author/pod.t [moved from xt/pod.t with 100% similarity]
xt/author/pod_coverage.t [moved from xt/pod_coverage.t with 100% similarity]
xt/author/pod_spell.t [moved from xt/pod_spell.t with 100% similarity]

index ef1680f..3b097f2 100644 (file)
@@ -25,6 +25,8 @@ test_requires 'File::Spec';
 test_requires 'Test::More'      => '0.77';
 test_requires 'Test::Exception' => '0.21';
 
+extra_tests();
+
 makemaker_args( CCFLAGS => $ccflags );
 
 {
similarity index 100%
rename from xt/pod.t
rename to xt/author/pod.t
similarity index 100%
rename from xt/pod_coverage.t
rename to xt/author/pod_coverage.t
similarity index 100%
rename from xt/pod_spell.t
rename to xt/author/pod_spell.t