2016-03-13 15:55:35 +01:00
|
|
|
Git::Version::Compare contains a selection of subroutines that make dealing with
|
|
|
|
Git-related things (like versions) a little bit easier.
|
|
|
|
|
|
|
|
The strings to compare can be version numbers, tags from git.git or the output
|
|
|
|
of git version or git describe.
|
|
|
|
|
|
|
|
These routines collect the knowledge about Git versions that was accumulated
|
|
|
|
while developing Git::Repository.
|
|
|
|
|
2018-05-27 22:15:16 +02:00
|
|
|
WWW: https://metacpan.org/release/Git-Version-Compare
|