in reply to Re^3: RFC: Version::Easy
in thread RFC: Version::Easy
> Any tool doing "static" version extraction isn't aided by a module like Version::Easy.
I think you were the one suggesting using tr/_// after declaration, in which way do static parsers do better with your approach?
I think you were the one pointing to the need for developers to check $VERSION in the their tool chain, like test suite?
An object is more robust towards comparing different formats.
> and adds several dependencies.
I only used core modules, and version.pm is loaded anyway in every Perl run using use.
The dependency to Tie::StdScalar could easily be removed.
Questions
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
°) looks like v-string here means the literal v1.2.3 notation while quoted strings "v1.2.3" are ok
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: RFC: Version::Easy
by tobyink (Canon) on Jul 14, 2020 at 19:56 UTC | |
by LanX (Saint) on Jul 14, 2020 at 21:41 UTC |