remove autogen stuff and add author_tests() to Makefile.pl
[gitmo/MooseX-MetaDescription.git] / t-author / pod_coverage.t
CommitLineData
b7cd1593 1#!/usr/bin/perl
2
3use strict;
4use warnings;
5use Test::More;
6
7eval "use Test::Pod::Coverage";
8plan skip_all => "Test::Pod::Coverage required for testing POD Coverage" if $@;
9
818cb475 10all_pod_coverage_ok();