[libfile-spec-native-perl] branch master updated (adff67b -> 269c928)

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Aug 28 17:08:59 UTC 2015


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

kanashiro-guest pushed a change to branch master
in repository libfile-spec-native-perl.

      from  adff67b   update changelog
       new  dafed2c   Add debian/upstream/metadata
       new  55f053c   Update debian/changelog
      adds  9c411b1   initial commit
      adds  d21b822   Implement the hideous voodoo that makes this work
      adds  6291026   Copy 1st paragraph of Decription Pod to README
      adds  fdfb86e   Add incredibly simple/stupid test
      adds  74b290b   Test with Path::Class if available
      adds  d5a6730   Simplify dist by removing unnecessary components
      adds  2a2d6ed   Fix synopsis code to appease Test::Synopsis
      adds  e1850c3   v1.000
      adds  586fff9   Fix typo (duplicate word) in Pod
      adds  dac4383   v1.001
      adds  b973755   Fix condition in test to work on non-unix
      adds  04747ff   v1.002
      adds  642d3aa   v1.003
      adds  7a1d409   Specify author, license, copyright_holder in dist.ini
      adds  f5e3484   Mail map cpan address
      adds  9caaaf4   Replace tiny pod readme with generated markdown
      adds  aa1e845   Configure travis ci
      adds  52e4a81   Don't bother to skip plugins that are long gone
      adds  00385f6   Specify max_target_perl as 5.006
      adds  cf26440   Disable author testing and coverage report on 5.6
      adds  d52fa9e   Specify simple "metadata change" in change log
      adds  91c366e   v1.004
      adds  155886e   Imported Upstream version 1.004
       new  c898378   Merge tag 'upstream/1.004'
       new  9371308   Update debian/changelog
       new  998f82b   Bump debhelper compatibily level to 9
       new  8562727   Declare compliance with Debian policy 3.9.6
       new  269c928   TODO: test with autopkgtest

The 7 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                      |   4 +
 LICENSE                      |   2 +-
 MANIFEST                     |  11 +-
 META.json                    | 652 +++++++++++++++++++++++++++++++++----------
 META.yml                     | 535 ++++++++++++++++++++++++++---------
 Makefile.PL                  |  87 +++---
 README                       |   4 +-
 debian/changelog             |  14 +-
 debian/compat                |   2 +-
 debian/control               |   4 +-
 debian/upstream/metadata     |   8 +
 dist.ini                     |   8 +
 lib/File/Spec/Native.pm      |  74 ++---
 t/00-compile.t               |  93 +++---
 t/00-report-prereqs.dd       |  50 ++++
 t/00-report-prereqs.t        | 183 ++++++++++++
 t/000-report-versions-tiny.t |  76 -----
 xt/author/critic.t           |   8 -
 xt/author/eol.t              |  19 ++
 xt/author/no-tabs.t          |  19 ++
 xt/author/pod-spell.t        |  19 ++
 xt/release/cpan-changes.t    |  20 +-
 xt/release/dist-manifest.t   |   8 -
 xt/release/distmeta.t        |  13 +-
 xt/release/eol.t             |   8 -
 xt/release/kwalitee.t        |  21 +-
 xt/release/meta-json.t       |  12 +-
 xt/release/minimum-version.t |  10 +-
 xt/release/mojibake.t        |  17 +-
 xt/release/no-tabs.t         |   8 -
 xt/release/pod-coverage.t    |  20 +-
 xt/release/pod-linkcheck.t   |   8 -
 xt/release/pod-spell.t       |  27 --
 xt/release/pod-syntax.t      |  13 +-
 xt/release/portability.t     |  18 +-
 xt/release/synopsis.t        |  15 +-
 xt/release/test-version.t    |  31 +-
 xt/release/unused-vars.t     |  22 +-
 38 files changed, 1415 insertions(+), 728 deletions(-)
 create mode 100644 debian/upstream/metadata
 create mode 100644 dist.ini
 create mode 100644 t/00-report-prereqs.dd
 create mode 100644 t/00-report-prereqs.t
 delete mode 100644 t/000-report-versions-tiny.t
 create mode 100644 xt/author/eol.t
 create mode 100644 xt/author/no-tabs.t
 create mode 100644 xt/author/pod-spell.t
 delete mode 100644 xt/release/eol.t
 delete mode 100644 xt/release/no-tabs.t
 delete mode 100644 xt/release/pod-spell.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libfile-spec-native-perl.git



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