Skip to content

Commit

Permalink
test pod
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycoz committed Aug 28, 2023
1 parent 95745ee commit cd07708
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ MANIFEST.SKIP
t/00-use.t
t/10-formats.t
t/30-decode.t
t/90-pod.t
t/simple.ppm
typemap
zxing.xs
6 changes: 6 additions & 0 deletions t/90-pod.t
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!perl -w
use strict;
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 cd07708

Please sign in to comment.