Let the user know which constraint they have violated in the confessed message
[gitmo/MooseX-AttributeHelpers.git] / t / pod.t
CommitLineData
22d869ff 1#!/usr/bin/perl
2
3use strict;
4use warnings;
5
6use Test::More;
7
8eval "use Test::Pod 1.14";
2d1a76d7 9plan skip_all => "Pod tests run only authors" unless -e "inc/.author";
22d869ff 10plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
11
12all_pod_files_ok();