s/Stash::Manip/Package::Stash/g
[p5sagit/namespace-clean.git] / t_author / 11-pod-coverage.t
CommitLineData
40aef9d6 1#!perl
2use warnings;
3use strict;
4
5use Test::More;
6eval 'use Test::Pod::Coverage';
7plan skip_all => 'Test::Pod::Coverage required to run POD coverage tests' if $@;
8
9all_pod_coverage_ok();
10