r5783@merlin: jquelin | 2007-08-09 11:20:32 +0200
[acme-metasyntactic-buzzwords.git] / t / 01-pod.t
blob75e47036d3a50b060cae8b0cbe23440a4ed946da
1 #!perl
3 # This file is part of Acme::MetaSyntactic::buzzwords.
4 # Copyright (c) 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();
15 exit;