convert to Distar
[catagits/Catalyst-Devel.git] / xt / podcoverage.t
CommitLineData
3260ae5d 1use strict;
2use warnings;
3use Test::More;
4use Test::Pod::Coverage 1.04;
5use Pod::Coverage 0.20;
6
7all_pod_coverage_ok( { trustme => [ qr/^(?:BUILD|DEMOLISH)$/ ] } );
8