2c2651a38783ae2579f24077097540bfc9503875
[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();