use Test::Requires in tests
[gitmo/Class-MOP.git] / xt / author / pod.t
1 use strict;
2 use warnings;
3
4 use Test::More;
5
6 use Test::Requires {
7     'Test::Pod' => '1.14', # skip all if not installed
8 };
9  
10 all_pod_files_ok();