initial checkin for MooseX-Attribute-Cached
[gitmo/MooseX-Attribute-Cached.git] / t-author / pod_coverage.t
CommitLineData
cf0ef7c5 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
10all_pod_coverage_ok();