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.