fix to work with test::simple 0.95 (#57722)
[language-befunge-vector-xs.git] / t / 9-pod.t
blob3e7c25774dcf78d2b0f979a939b34587590f54f4
1 #!perl
3 # This file is part of Language::Befunge.
4 # Copyright (c) 2001-2008 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();