Skip to content

Commit

Permalink
Add pod and pod coverage tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafl committed Nov 9, 2008
1 parent 5a308d8 commit 6102e94
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.PL
Expand Up @@ -22,4 +22,6 @@ $pkg->add_pm('lib/signatures.pm' => '$(INST_LIB)/signatures.pm');

makemaker_args($pkg->get_makefile_vars);

extra_tests();

WriteAll;
5 changes: 5 additions & 0 deletions xt/author/pod.t
@@ -0,0 +1,5 @@
use strict;
use warnings;
use Test::Pod;

all_pod_files_ok();
14 changes: 14 additions & 0 deletions xt/author/podcoverage.t
@@ -0,0 +1,14 @@
use strict;
use warnings;
use Test::Pod::Coverage;

all_pod_coverage_ok({
also_private => [qw/
import
unimport
setup
setup_for
teardown
teardown_for
/],
});

0 comments on commit 6102e94

Please sign in to comment.