]> git.imager.perl.org - poe-xs-queue-array.git/blame - t/90_pod.t
update MANIFEST
[poe-xs-queue-array.git] / t / 90_pod.t
CommitLineData
6c12123e
TC
1#!perl -w
2use strict;
3use Test::More;
4eval "use Test::Pod 1.00";
5plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
6all_pod_files_ok();