[libversion-next-perl] branch master updated (22783eb -> 973d8f6)

Florian Schlichting fsfs at moszumanska.debian.org
Fri Mar 7 20:52:11 UTC 2014


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

fsfs pushed a change to branch master
in repository libversion-next-perl.

      from  22783eb   update changelog
      adds  5d4a725   Imported Upstream version 0.004
       new  2ddd188   Merge tag 'upstream/0.004'
       new  0f8ebe1   Import Upstream version 0.004
       new  64ed777   Bump year of upstream copyright
       new  549912d   Ship CONTRIBUTING documentation
       new  c91eb84   Bump dh compatibility to level 8 (no changes necessary)
       new  f1be9d2   Update stand-alone license paragraphs to commonly used version (not limiting Debian to GNU/Linux)
       new  4e5d20c   Declare compliance with Debian Policy 3.9.5
       new  3b23dab   Add myself to uploaders and copyright
       new  973d8f6   prepare changelog for release

The 9 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:
 CONTRIBUTING                     | 100 +++++++++++++++++++++
 Changes                          |  17 ++++
 LICENSE                          |   2 +-
 MANIFEST                         |  12 ++-
 META.json                        |  58 ++++++++++---
 META.yml                         |  37 +++++---
 Makefile.PL                      |  77 ++++++++++-------
 README                           |  30 +++++--
 cpanfile                         |  37 ++++++++
 debian/changelog                 |  18 ++--
 debian/compat                    |   2 +-
 debian/control                   |   7 +-
 debian/copyright                 |  13 +--
 debian/libversion-next-perl.docs |   1 +
 dist.ini                         |   4 +-
 lib/Version/Next.pm              | 178 +++++++++++++++++++++++---------------
 perlcritic.rc                    |  26 ++++++
 t/00-compile.t                   |  54 ------------
 t/00-report-prereqs.t            | 181 +++++++++++++++++++++++++++++++++++++++
 t/version-next.t                 |  47 +++++++---
 tidyall.ini                      |   5 ++
 xt/author/00-compile.t           |  53 ++++++++++++
 xt/author/critic.t               |  12 +++
 xt/author/pod-spell.t            |  22 +++++
 xt/release/distmeta.t            |  14 +--
 xt/release/minimum-version.t     |   8 ++
 xt/release/pod-coverage.t        |  21 +----
 xt/release/pod-syntax.t          |  14 +--
 xt/release/portability.t         |  19 ++--
 xt/release/test-version.t        |  22 +++++
 30 files changed, 823 insertions(+), 268 deletions(-)
 create mode 100644 CONTRIBUTING
 create mode 100644 cpanfile
 create mode 100644 debian/libversion-next-perl.docs
 create mode 100644 perlcritic.rc
 delete mode 100644 t/00-compile.t
 create mode 100644 t/00-report-prereqs.t
 create mode 100644 tidyall.ini
 create mode 100644 xt/author/00-compile.t
 create mode 100644 xt/author/critic.t
 create mode 100644 xt/author/pod-spell.t
 create mode 100644 xt/release/minimum-version.t
 create mode 100644 xt/release/test-version.t

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



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