Upgrade to Attribute::Handlers 0.87 (which is just a core sync) -- for real
[p5sagit/p5-mst-13.2.git] / ext / Module-CoreList / t / pod.t
1 #!perl
2
3 use Test::More;
4 eval "use Test::Pod 1.00";
5 plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
6
7 plan tests => 2;
8
9 pod_file_ok( 'lib/Module/CoreList.pm', 'module pod ok' );
10 pod_file_ok( 'corelist', 'script pod ok' );