- double per sample images were ignoring the channel mask.
- converted t/t021sixteen.t to use Test::More
- 16-bit per sample images were ignoring the channel mask
+- added t/t91pod.t
=================================================================
t/t75polyaa.t
t/t80texttools.t Test text wrapping
t/t90cc.t
+t/t91pod.t Test POD with Test::Pod
t/testtools.pl
tags.c
testimg/bad1oflow.bmp 1-bit/pixel, overflow integer on 32-bit machines
=back
-=item Constants
+=head3 Constants
transform2() defines the following constants:
--- /dev/null
+#!perl -w
+use strict;
+use Test::More;
+eval "use Test::Pod;";
+plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
+all_pod_files_ok();