v1.1.0
[app-cpan2pkg.git] / t / 9-pod.t
blobdeb5f17634b171311f3b77e887fa09a6154352c7
1 #!perl
3 # This file is part of App::CPAN2Pkg.
4 # Copyright (c) 2009 Jerome Quelin, all rights reserved.
6 # This program is free software; you can redistribute it and/or modify
7 # it under the same terms as Perl itself.
11 use strict;
12 use warnings;
13 use Test::More;
15 # Ensure a recent version of Test::Pod
16 my $min_tp = 1.22;
17 eval "use Test::Pod $min_tp";
18 plan skip_all => "Test::Pod $min_tp required for testing POD" if $@;
20 all_pod_files_ok();