r7896@merlin: jquelin | 2007-11-26 13:19:00 +0100
[inline-befunge.git] / t / 02-pod-coverage.t
blob80fe988d7eed22aad54077f1530f92f3ec6cf6d7
1 #!perl
3 # This file is part of Inline::Befunge.
4 # Copyright (c) 2001-2007 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 Test::More;
12 eval "use Test::Pod::Coverage 1.04";
13 plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@;
14 all_pod_coverage_ok();