r204@brr: dpavlin | 2007-11-12 23:00:24 +0100
[perl-cwmp.git] / 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;