in reply to Re: RFC: Version::Easy
in thread RFC: Version::Easy
version->declare('VERSION_GOES_HERE')
would become just another tribal knowledge.
You'll find $VERSION also documented in hundreds of places, fixing old documentation is one of Perl's biggest mortgages.
Furthermore could "Version::Easy" be easily bundled into one master module to rule ehm use them all, hence simplifying boilerplates.
Compare Modern::Perl.
Of course a built-in feature
vers v1.2.3;
might be more elegant, but this could easily be introduced later on top of this semantics once the tool chain is modernized.
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: RFC: Version::Easy
by tobyink (Canon) on Jul 14, 2020 at 19:53 UTC | |
by LanX (Saint) on Jul 16, 2020 at 18:39 UTC |