--- google/trunk/Makefile.PL 2007/11/12 20:56:56 194 +++ google/trunk/Makefile.PL 2007/11/12 22:00:41 196 @@ -42,9 +42,18 @@ ], ); +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;