Skip to content
Snippets Groups Projects
Commit a7ff4c3d authored by Anton Soldatov's avatar Anton Soldatov
Browse files

Added tests for POD and POD coverage

parent 4dc49001
Branches
No related tags found
No related merge requests found
use strict;
use warnings;
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();
use strict;
use warnings;
use Test::More;
eval 'use Test::Pod::Coverage';
plan skip_all => 'Test::Pod::Coverage required for testing pod coverage' if $@;
plan tests => 1;
pod_coverage_ok('RedMiner::API', 'RedMiner::API POD ok');
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment