Skip to content

Perl 7 Versioning

Todd Rinaldo edited this page Jul 10, 2020 · 1 revision

Perl 5 operates mostly on a semantic versioning system with the exception that development versions will have an odd numbered minor version

  1. MAJOR version when you make incompatible API changes,
  2. MINOR version when you add functionality in a backwards compatible manner, and
  3. PATCH version when you make backwards compatible bug fixes.