# pod.t file providing pod coverage test for Games::Bingo et al # $Id$ #pod test courtesy of petdance #http://use.perl.org/~petdance/journal/17412 use Test::More; eval "use Test::Pod::Coverage 0.08"; plan skip_all => "Test::Pod::Coverage 0.08 required for testing POD coverage" if $@; all_pod_coverage_ok();