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.