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.
15 # Ensure a recent version of Test::Pod
17 eval "use Test::Pod $min_tp";
18 plan skip_all => "Test::Pod $min_tp required for testing POD" if $@;