From ca6ef25dcfcb37bd49839770139c8568de69471c Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Mon, 12 Nov 2007 22:00:41 +0000 Subject: [PATCH] r204@brr: dpavlin | 2007-11-12 23:00:24 +0100 - add installation of Test::Pod::Coverage for developers - clean queue on make clean git-svn-id: https://perl-cwmp.googlecode.com/svn/trunk@195 836a5e1a-633d-0410-964b-294494ad4392 --- Makefile.PL | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 7e975c4..9896774 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -42,9 +42,18 @@ features( ], ); +features( + 'Pod coverage tests (for developers)' => [ + -default => 0, + recommends('Test::Pod::Coverage'), + ], +); + +; + my_targets(); -clean_files('dump/* yaml state.db html t/var/*'); +clean_files('dump/* yaml state.db html t/var/* queue'); auto_install; -- 2.20.1