[libversion-next-perl] branch master updated (b643c29 -> c4425e1)

Lucas Kanashiro kanashiro.duarte at gmail.com
Sun Feb 28 21:38:17 UTC 2016


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

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

      from  b643c29   update changelog
       new  40e6a46   Add debian/upstream/metadata
       new  d677b14   Update debian/changelog
      adds  4e05e92   initial import of Version-Next
      adds  a87bdf2   initial implementation and tests
      adds  4fe6dac   swap weaver plugin order
      adds  40434c0   support alphas
      adds  4769dc1   minimal error handling
      adds  4bb824d   added documentation
      adds  dbe7b1d   auto prereqs
      adds  f3055cf   fix doc typos
      adds  a12eab9   v0.001
      adds  6e202a3   don't specify a minimum Carp version since that fails on 5.6.2
      adds  8fc448b   update dist.init to @DAGOLDEN bundle
      adds  922afef   Update Changes for release
      adds  1891e1c   remove unneeded files
      adds  6258e57   bump Changes
      adds  c9f3ac9   added README.PATCHING
      adds  0ffa8ae   add explicit next_version export in SYNOPSIS
      adds  fee94b3   modernized dist.ini and supporting files
      adds  d69d275   tidy all files
      adds  e85563b   .travis.yml
      adds  bbb9317   bump Changes
      adds  8da0e93   use version::is_lax for string parsing
      adds  8f2e76c   added test case for invalid inputs handled by version::is_lax
      adds  4ea2443   clean up overly lax versions
      adds  628509f   bump Changes
      adds  0d9dd4b   convert docs from wikidoc and update slightly
      adds  bf1272e   Add .mailmap
      adds  ca689ea   Modernize repo layout
      adds  6313284   Drop support for alpha tuples; they are now fatal
      adds  30a2047   Update Changes
      adds  82d4dca   Update dist.ini
      adds  9c7f0a1   Update .travis.yml
      adds  08616d2   Update Makefile.PL
      adds  883945a   Imported Upstream version 1.000
       new  855474e   Merge tag 'upstream/1.000'
       new  2e37832   Update debian/changelog
       new  c67db90   Refresh d/docs
       new  bc67c8a   Update years of upstream copyright
       new  79ff357   Update Debian packaging copyright
       new  58cc148   Bump debhelper compatibility level to 9
       new  f889473   Declare compliance with Debian policy 3.9.7
       new  8d2930e   Mark package as autopkgtest-able
       new  c4425e1   Releasing libversion-next-perl version 1.000-1

The 11 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 => CONTRIBUTING.mkdn     |  50 +++----
 Changes                               |  10 ++
 LICENSE                               |   2 +-
 MANIFEST                              |  11 +-
 META.json                             |  44 +++---
 META.yml                              |  15 +-
 Makefile.PL                           |  19 +--
 README                                |  47 ++++---
 cpanfile                              |  23 ++-
 debian/changelog                      |  17 ++-
 debian/compat                         |   2 +-
 debian/control                        |   5 +-
 debian/copyright                      |   3 +-
 debian/libversion-next-perl.docs      |   2 +-
 debian/upstream/metadata              |   7 +
 dist.ini                              |   2 +-
 lib/Version/Next.pm                   |  87 ++++++++----
 t/00-report-prereqs.dd                |  57 ++++++++
 t/00-report-prereqs.t                 | 256 +++++++++++++++++-----------------
 t/version-next.t                      |  35 -----
 xt/author/00-compile.t                |  12 +-
 xt/{release => author}/pod-coverage.t |   0
 xt/author/pod-spell.t                 |   2 +-
 xt/{release => author}/pod-syntax.t   |   1 +
 xt/{release => author}/test-version.t |  12 +-
 25 files changed, 415 insertions(+), 306 deletions(-)
 rename CONTRIBUTING => CONTRIBUTING.mkdn (66%)
 create mode 100644 debian/upstream/metadata
 create mode 100644 t/00-report-prereqs.dd
 rename xt/{release => author}/pod-coverage.t (100%)
 rename xt/{release => author}/pod-syntax.t (84%)
 rename xt/{release => author}/test-version.t (54%)

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