1.0.1 2018-09-13 (PERLANCAR)
- Add role: VersionScheme::SemVer.
1.0.0 2018-09-13 (PERLANCAR)
[INCOMPATIBLE CHANGES]
- Complete rewrite. Remove all routines from Software::Catalog, the
module becomes a specification.
0.05 2015-09-04 (PERLANCAR)
- No functional changes.
- [dist] Move spec prereqs from RuntimeRequires to
DevelopRecommends to reduce deps but still allow indicating spec
requirement.
0.04 2014-08-22 (SHARYANTO)
- No functional changes.
- Rebuild and remove '# VALIDATE_ARGS' to make the built module works
under Perl < 5.14 (because there is a change in Regexp stringification
in 5.14) [CT].
0.03 2012-11-08 (SHARYANTO)
- Require software ID to be [a-z0-9_]+ only (no more dashes), so it can
be used as module name.
0.02 2012-11-08 (SHARYANTO)
- Add get_software_info(). Add some more data. Some fixes/tweaks.
0.01 2012-11-08 (SHARYANTO)
- First release (proof of concept).