r5087@merlin: jquelin | 2007-05-25 17:19:53 +0200
[inline-befunge.git] / t / 01-pod.t
blobe24473b08f47ab794de7525c2630be3116c157f3
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 1.00';
13 plan skip_all => 'Test::Pod 1.00 required for testing POD' if $@;
14 all_pod_files_ok();