Might as well be explicit about requiring namespace::clean 0.08 since
[gitmo/Moose.git] / t / pod_coverage.t
CommitLineData
fcd84ca9 1#!/usr/bin/perl
2
3use strict;
4use warnings;
5
6use Test::More;
7
8eval "use Test::Pod::Coverage 1.04";
9plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@;
10
a1813a8a 11all_pod_coverage_ok( { trustme => [ qr/intialize_body/ ] } );