[libtest-version-perl] branch master updated (80417e0 -> 62843f2)

gregor herrmann gregoa at debian.org
Mon Oct 20 20:06:57 UTC 2014


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

gregoa pushed a change to branch master
in repository libtest-version-perl.

      from  80417e0   update changelog
      adds  4b32d37   add test case to better test version number consistency
      adds  faae338   check if version numbers are consistent in all the modules
      adds  f2025df   add documentation
      adds  c44e5a0   1.004000
      adds  810e460   Imported Upstream version 1.004000
       new  1b426c9   Merge tag 'upstream/1.004000'
       new  3fa6ba3   Update debian/changelog
       new  1327846   Declare compliance with Debian Policy 3.9.6.
       new  62843f2   releasing package libtest-version-perl version 1.004000-1

The 4 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                                       |  3 ++
 MANIFEST                                      | 11 +++++++
 META.json                                     |  7 +++--
 META.yml                                      |  7 +++--
 Makefile.PL                                   |  2 +-
 README                                        | 10 ++++++-
 corpus/consistent/Bar.pm                      |  5 ++++
 corpus/{pass => consistent}/Foo.pm            |  2 +-
 corpus/inconsistent/Bar.pm                    |  5 ++++
 corpus/{pass => inconsistent}/Foo.pm          |  2 +-
 corpus/missing/Bar.pm                         |  5 ++++
 corpus/missing/Baz.pm                         |  2 ++
 corpus/{pass => missing}/Foo.pm               |  2 +-
 debian/changelog                              |  9 +++---
 debian/control                                |  2 +-
 lib/Test/Version.pm                           | 41 +++++++++++++++++++++++++--
 t/00-compile.t                                |  9 +++---
 t/all-has-version-false.t                     |  4 +--
 t/all.t                                       |  4 +--
 t/{all-has-version-false.t => consistent.t}   | 19 +++++--------
 t/{all-has-version-false.t => inconsistent.t} | 19 +++++--------
 t/missing-has-version.t                       | 28 ++++++++++++++++++
 t/{all-has-version-false.t => missing.t}      | 19 +++++--------
 23 files changed, 154 insertions(+), 63 deletions(-)
 create mode 100644 corpus/consistent/Bar.pm
 copy corpus/{pass => consistent}/Foo.pm (52%)
 create mode 100644 corpus/inconsistent/Bar.pm
 copy corpus/{pass => inconsistent}/Foo.pm (52%)
 create mode 100644 corpus/missing/Bar.pm
 create mode 100644 corpus/missing/Baz.pm
 copy corpus/{pass => missing}/Foo.pm (52%)
 copy t/{all-has-version-false.t => consistent.t} (51%)
 copy t/{all-has-version-false.t => inconsistent.t} (51%)
 create mode 100644 t/missing-has-version.t
 copy t/{all-has-version-false.t => missing.t} (51%)

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



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