r204@brr: dpavlin | 2007-11-12 23:00:24 +0100
authorDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 12 Nov 2007 22:00:41 +0000 (22:00 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 12 Nov 2007 22:00:41 +0000 (22:00 +0000)
 - 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

index 7e975c4..9896774 100644 (file)
@@ -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;