X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Makefile.PL;h=98967749bbb20bed86f98d6d6ce49d3da02268f5;hb=e693a253b860bfaba1373b19d470cbf84210c8c9;hp=7e975c44f3bf829fa35c774459beaa0a5b6cfb73;hpb=b7d41b116145fb3ae84f32e493ef7a7b1fad4da7;p=perl-cwmp.git 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;