more convert to using Test::Requires
[gitmo/MooseX-Singleton.git] / xt / author / pod.t
1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5
6 use Test::More;
7
8 use Test::Requires {
9     'Test::Pod' => '1.14', # skip all if not installed
10 };
11
12 all_pod_files_ok();