Subject: | mismatch between distro and module version |
http://cpansearch.perl.org/src/MAREKR/Pod-Parser-1.38/lib/Pod/Parser.pm
^^^^
but $VERSION = '1.37'; ## Current version of this package
^^^^
This causes issues where somebody puts in their Makefile.PL:
requires "Pod::Parser" => "1.38";
which then tries to install Pod::Parser each time it's run due to 1.37 <
1.38!