in reply to Re: What basic things should I know about versioning modules?
in thread What basic things should I know about versioning modules?
What was the version string experiment trying to achieve?
And how, exactly, are these version numbers used by other code? I imagine they are checked to make sure that a module has certain capabilities that it needs. But how does that actually get implemented in practice?
Also, what is the thumb rule for creating new versions? If I fix a typo in a comment, should I increment the version number? I'm guessing no. But when should I?
$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate";
$nysus = $PM . ' ' . $MCF;
Click here if you love Perl Monks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: What basic things should I know about versioning modules?
by choroba (Cardinal) on Feb 23, 2017 at 12:28 UTC | |
|
Re^3: What basic things should I know about versioning modules?
by haukex (Archbishop) on Feb 23, 2017 at 12:31 UTC | |
by nysus (Parson) on Feb 23, 2017 at 13:05 UTC | |
|
Re^3: What basic things should I know about versioning modules?
by perl-diddler (Chaplain) on Sep 20, 2017 at 02:07 UTC |