Make author tests forced
[gitmo/MooseX-MetaDescription.git] / t-author / pod_coverage.t
CommitLineData
b7cd1593 1#!/usr/bin/perl
2
3use strict;
4use warnings;
5use Test::More;
6
e3e1a958 7use Test::Pod::Coverage;
b7cd1593 8
818cb475 9all_pod_coverage_ok();