Mojo-Command-Generate-InitScript

 view release on metacpan or  search on metacpan

t/pod-coverage.t  view on Meta::CPAN

use strict;
use warnings;
use Test::More;

# Ensure a recent version of Test::Pod::Coverage
my $min_tpc = 1.08;
eval "use Test::Pod::Coverage $min_tpc";
plan skip_all => "Test::Pod::Coverage $min_tpc required for testing POD coverage"
    if $@;
plan skip_all => 'set TEST_POD to enable this test (developer only!)'
  unless $ENV{TEST_POD};


all_pod_coverage_ok();



( run in 0.247 second using v1.01-cache-2.11-cpan-7add2cbd662 )