The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Git-Version-Compare

1.002 2016-04-27 BOOK
    - Increased the test coverage (from ~400 to ~11000 unit tests)

1.001 2016-02-20 BOOK
    - Changed the internal format used for comparisons to fix an issue
      with version numbers like v1.5.3.7-1198-g467f42c
    - looks_like_git returns a boolean if the string looks like a git version
    - _normalize now dies if the version does not look like a git version

1.000 2016-02-19 BOOK
    - Git::Version::Compare takes the knowledge about Git version numbers
      that was accumulated while working on Git::Repository and offers
      it in a module that does not depend on Git::Repository