Skip Menu |

This queue is for tickets about the POE CPAN distribution.

Report information
The Basics
Id: 1672
Status: resolved
Priority: 0/
Queue: POE

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

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



Subject: fix number of $VERSION decimal places
RCS version numbers do *not* get along with CPAN. perlmod has some code to scale the decimal portion of the $VERSION so that it's more or less consistent to two decimal places. POE::Kernel, however, goes to three places so far, and could easily hit four within our lifetimes. Replace all the $VERSION strings with modified perlmod code to scale revisions to four places. Thanks to Randal Schwartz for pointing out the perlmod code.