-
Notifications
You must be signed in to change notification settings - Fork 560
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
- MAJOR version when you make incompatible API changes,
- MINOR version when you add functionality in a backwards compatible manner, and
- PATCH version when you make backwards compatible bug fixes.