Tag: versions
-
Perl: Semantic Version Sorting via callback puts betas before releases (empty string after text)
Semantic Versioning Semantic program versions are a great help in administration life: When done right, they help you identify if only bugs have been resolved (2.11.z) or features added (2.y.0) or the program has undergone big changes with chances that an upgrade needs a lot of admin intervention (x.0.0). For developers and early testers, additional…