This is the README file for Version-Compare, compare version strings.
Description
Version-Compare provides a module to compare version strings.
Semantic Versioning
This module optionally supports Semantic Versioning spec v2.0.0.
See http://semver.org/spec/v2.0.0.html.
Installation
This package uses Dist::Zilla.
Use
dzil build
to create a release tarball which can be unpacked and installed like any other EUMM distribution.
perl Makefile.PL
make
make test
make install
Documentation
Please see perldoc Version::Compare.