Skip to content

Commit

Permalink
add pod tests
Browse files Browse the repository at this point in the history
  • Loading branch information
peczenyj committed Dec 29, 2023
1 parent 8ee56f2 commit ddbc384
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ WriteMakefile(
TEST_REQUIRES => {
'Test::Exception' => 0.43,
'Test::More' => 0.94,
'Test::Pod' => 0,
},
( eval { ExtUtils::MakeMaker->VERSION(6.46) }
? ( META_MERGE => {
Expand Down
4 changes: 4 additions & 0 deletions t/99-pod.t
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
use Test::More;
eval "use Test::Pod 1.00";
plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
all_pod_files_ok();

0 comments on commit ddbc384

Please sign in to comment.