From: Dave Rolsky Date: Sun, 3 May 2009 18:56:02 +0000 (-0500) Subject: Use ExtraTests plugin to run extra tests for authors and disttest. X-Git-Tag: 0.84~21 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3fd3a2abf3c60a2092c89028386c13447aa864b7;p=gitmo%2FClass-MOP.git Use ExtraTests plugin to run extra tests for authors and disttest. Add a version number test like the one we have in Moose --- diff --git a/Makefile.PL b/Makefile.PL index ef1680f..3b097f2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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 ); { diff --git a/xt/pod.t b/xt/author/pod.t similarity index 100% rename from xt/pod.t rename to xt/author/pod.t diff --git a/xt/pod_coverage.t b/xt/author/pod_coverage.t similarity index 100% rename from xt/pod_coverage.t rename to xt/author/pod_coverage.t diff --git a/xt/pod_spell.t b/xt/author/pod_spell.t similarity index 100% rename from xt/pod_spell.t rename to xt/author/pod_spell.t