On Thu Oct 15 15:10:02 2009, ANDK wrote:
Show quoted text> Thanks to the fact that Pod::Usage is now declared as a prerequisite we
> get statistics about the versions of Pod::Usage for free. This reveals
> that all currently 11 FAIL reports in the 5.6.2 area were using
> Pod::Usage 1.14 which had no working "initialize" method. All PASSes use
> 1.33 or higher.
>
> I'd recommend bumping the version requirement to 1.33.
>
> After that there are currently only 2 FAILs not explained, 5551758 and
> 5550336. At the moment I cannot see a pattern in the two.
I just tried running the failing test script (t/03_script.t) using perl
5.6.2 (which contains Pod::Usage 1.14), and it works fine.
I've also gone through all the PodParser / Pod-Parser distributions on
CPAN and BackPAN [where have the BackPAN links gone from
search.cpan.org, btw?] which contain a Pod::Usage 1.14 (namely
distributions 1.18, 1.20 and 1.21) and tried with all of them too,
and it still works with all of them. Their own test suites work too,
so I can't figure out what's up with the initialize() problem.
I'll continue looking into this. I may try blindly adding a dependency
on Pod::Usage 1.33 as you suggest, but it would be nice to understand
what the problem is.