Subject: | Pod::POM breaks on 5.12 |
Hi,
Pod::POM uses the now deprecated "defined(%hash)" construct. This leads
to Pod::POM issuing deprecation warnings on perl 5.12. While that
doesn't directly break Pod::POM functionality, the warnings produce a
very painful cascade of failures in modules depending on Pod::POM.
Would you please make a new release with "defined(%hash)" replaced by
(usually) "%hash" or if you must "scalar keys %hash"?
Best regards,
Steffen