[libgit-version-compare-perl] branch master updated (a399a53 -> e0cfeec)

Lucas Kanashiro kanashiro.duarte at gmail.com
Fri Jun 3 19:37:32 UTC 2016


This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a change to branch master
in repository libgit-version-compare-perl.

      from  a399a53   update changelog
      adds  ccfbaab   Rename Git::Repository::Util to Git::Version::Compare
      adds  5bdd8fa   Test for cmp_git
      adds  19fc5f6   dzil configuration
      adds  05169c4   Generate all op_git functions from the same template
      adds  33bd19f   _normalize returns undef for undef, for consistency
      adds  9aa43f8   Document export tags
      adds  c6f7dbb   Check the cache before computing an answer
      adds  d6f9373   Add tests for _normalize
      adds  baf98e9   Actually declare the ':all' export tag
      adds  8ae7002   Add support for sorting git.git version tags
      adds  01ca761   Add test for normalizing git.git tags
      adds  aa7b3de   Tests copied from Git-Repository t/06version.t
      adds  d2b2be9   Don't precompute versions that are handled just fine by _normalize()
      adds  13d46ab   Document everything I know about Git versions
      adds  8d8b27e   Point to Test::Requires::Git in SEE ALSO
      adds  3a83d4d   Add support for msysgit Git
      adds  e1f9574   Add a test case with an release candidate
      adds  66c96fe   Also accept the output of `git --version` as input
      adds  3ecc448   Test with the output of `git --version`
      adds  41c04db   Give a little more detail about supported strings
      adds  db49e64   Set the Changes header line format according to CPAN::Changes::Spec
      adds  6783792   Tweak the title of the version numbers section
      adds  7ae318a   Add an ignore list for Git
      adds  77e5585   Document when `git version` appeared
      adds  9cf1f26   Minor documentation tweaks
      adds  4efe9bb   Add a Changes file
      adds  1187dd2   Add a README file
      adds  327de5f   Changes for version 1.000
      adds  192c8f9   Update the Changes file
      adds  13e406b   Change the internal format used for comparisons
      adds  0445843   Add a looks_like_git() validation function
      adds  87bea05   looks_like_number was never needed
      adds  c9c63db   Test that _normalize() dies on not-a-git-version
      adds  f00782e   Changes for version 1.001
      adds  fe67905   Minor edit to test message
      adds  141d0ae   Add a very old development version to the comparison test
      adds  935e23b   Rewrite the test code using better variable names
      adds  c3f8494   Generate more tests for cmp_git
      adds  67dac97   Rewrite the ops test suite entirely
      adds  dc9d7a6   Factor the identity tests in their own subroutine
      adds  b662ef7   Call test_same() from test_sorted() for self-identity tests
      adds  a93d0dc   Changes for version 1.002
      adds  96bd51a   Add support for versions followed by a comment
      adds  ed6a777   Changes for version 1.003
      adds  af9d51c   Update the cache using the normalized version string
      adds  28a5b91   Add comments to clarify the code
      adds  5f6ed57   Remove a dependency on namespace::clean
      adds  767e737   Add a few more version numbers to the test
      adds  bef57df   Ignore everything after the first non-numerical string (msysgit, windows, etc.)
      adds  f91545b   Ensure the tests do not throw any warning
      adds  6c39ba7   Changes for version 1.004
      adds  071e53d   Imported Upstream version 1.004
       new  9084fea   Merge tag 'upstream/1.004'
       new  44e4a30   Update debian/changelog
       new  254c489   Update Debian packaging copyright
       new  0d165ba   debian/control: add build dependency on libtest-nowarnings-perl
       new  e0cfeec   Release libgit-version-compare-perl version 1.004-1

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                    |  7 +++++++
 META.json                  |  6 +++---
 META.yml                   |  4 ++--
 Makefile.PL                |  8 ++++----
 debian/changelog           | 12 ++++++++++--
 debian/control             |  8 +++++---
 debian/copyright           |  1 +
 lib/Git/Version/Compare.pm | 17 ++++++++++-------
 t/00-report-prereqs.dd     |  4 ++--
 t/cmp_git.t                |  3 ++-
 t/looks_like_git.t         |  3 ++-
 t/ops.t                    | 12 +++++++++---
 12 files changed, 57 insertions(+), 28 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libgit-version-compare-perl.git



More information about the Pkg-perl-cvs-commits mailing list