Skip Menu |

This queue is for tickets about the Perl-Version CPAN distribution.

Report information
The Basics
Id: 124070
Status: open
Priority: 0/
Queue: Perl-Version

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

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



Subject: Behavior do not correspond documentation
Perl-Version-1.013.tar.gz $ perl -MPerl::Version -e 'print Perl::Version->new( '5.008007_01' )->normal;' v5.8.7.1 DOC: my $version = Perl::Version->new( '5.008007_01' ); print $version->normal, "\n"; prints v5.8.7_001
Subject: Re: [rt.cpan.org #124070] Behavior do not correspond documentation
Date: Sat, 13 Jan 2018 20:56:50 -0500
To: bug-Perl-Version [...] rt.cpan.org
From: brian d foy <brian.d.foy [...] gmail.com>
Noted, and I think there's a problem with this elsewhere in the documentation. The trick now is to figure out which way is right. Several other tickets lead to the same problem. If someone wants to jump in to help that would be good. :)