From 03f9a06e006a22fce2898004cb54dcbff350a610 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 1 Aug 2013 11:17:02 -0400 Subject: run all of the tests in the stub Makefile.PL --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.PL b/Makefile.PL index d6d0ece..3a15350 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -12,6 +12,7 @@ use inc::MMHelper; my %WriteMakefileArgs = ( NAME => 'Parse::Keyword', + test => { TESTS => 't/*.t t/*/*.t' }, %{ inc::MMHelper::mm_args() }, ); -- cgit v1.2.3-54-g00ecf