Skip Menu |

This queue is for tickets about the Pod-Parser CPAN distribution.

Report information
The Basics
Id: 52086
Status: resolved
Priority: 0/
Queue: Pod-Parser

People
Owner: Nobody in particular
Requestors: rataxis [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.38
Fixed in: (no value)



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!
Fixed in 1.40 - Makefile.PL and Pod::Parser will have same VERSION. -Marek