more convert to using Test::Requires
[gitmo/MooseX-ClassAttribute.git] / xt / release / pod.t
CommitLineData
4dee0fd3 1use strict;
2use warnings;
3
4use Test::More;
5
f8379d02 6use Test::Requires {
7 'Test::Pod' => '1.14', # skip all if not installed
8};
4dee0fd3 9
10all_pod_files_ok();