[libtest-version-perl] branch master updated (fb31075 -> 22e9770)

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Thu Jul 30 17:53:45 UTC 2015


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

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

      from  fb31075   update changelog
      adds  d2b3e33   Imported Upstream version 2.03
       new  aa28f77   Merge tag 'upstream/2.03'
       new  f67d4a4   Update debian/changelog
       new  69bcd1b   Update changelog info generated by dpt
       new  fa10624   Set debhelper >= 9
       new  22e9770   Release libtest-version-perl 2.03-1 to unstable

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                             |  10 +
 MANIFEST                            |   9 +-
 META.json                           |   6 +-
 META.yml                            |   6 +-
 Makefile.PL                         |   4 +-
 README                              |  59 ++---
 corpus/multiple-inconsistent/Foo.pm |   9 +
 corpus/multiple-missing/Foo.pm      |   7 +
 corpus/multiple/Foo.pm              |   9 +
 debian/changelog                    |  11 +-
 debian/compat                       |   2 +-
 debian/control                      |   2 +-
 lib/Test/Version.pm                 | 445 ++++++++++++++++++++----------------
 perlcritic.rc                       |   2 +-
 t/00-compile.t                      |   5 +-
 t/all-has-version-false.t           |   4 +-
 t/all.t                             |   4 +-
 t/bare.t                            |  11 +
 t/fail.t                            |   2 +-
 t/multiple-inconsistent.t           |  65 ++++++
 t/multiple.t                        |  64 ++++++
 t/noversion.t                       |   2 +-
 t/strict.t                          |   2 +-
 xt/author/eol.t                     |   3 +
 xt/release/test-version.t           |   3 +-
 xt/release/unused-vars.t            |  14 --
 26 files changed, 498 insertions(+), 262 deletions(-)
 create mode 100644 corpus/multiple-inconsistent/Foo.pm
 create mode 100644 corpus/multiple-missing/Foo.pm
 create mode 100644 corpus/multiple/Foo.pm
 create mode 100644 t/bare.t
 create mode 100644 t/multiple-inconsistent.t
 create mode 100644 t/multiple.t
 delete mode 100644 xt/release/unused-vars.t

-- 
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