Subject: | prereq catches conditional ueses in test |
From the Test::POD docs:
Show quoted text
>eval "use Test::Pod 1.00";
>
>plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
---but the prereq metric will fire on this...
PS: Unrelated but I don't want to create a ticket for it: I think the
changes metric should also check for a CHANGES section in the POD (as
h2xs creates). I prefer to have the changes listed there because the
changes file will not be available after the module has been installed.