Skip Menu |

This queue is for tickets about the version CPAN distribution.

Report information
The Basics
Id: 107113
Status: resolved
Priority: 0/
Queue: version

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

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



Subject: Documentation is confising #1
Module documentation is confusing. SYNOPSIS section provides an example: Show quoted text
> # Declaring a dotted-decimal $VERSION (keep on one line!) > > use version; our $VERSION = version->declare("v1.2.3"); # formal > use version; our $VERSION = qv("v1.2.3"); # shorthand > use version; our $VERSION = qv("v1.2_3"); # alpha
Later: Show quoted text
> EXPORTED FUNCTIONS > qv() > > This function is no longer recommended for use, but is maintained > for compatibility with existing code.
If qv is not recommended to use, please remove it from SYNOPSIS.
On Tue Sep 15 15:44:02 2015, VDB wrote: Show quoted text
> Module documentation is confusing.
Resolved in 0.9913