[libtap-simpleoutput-perl] branch master updated (a967542 -> 8849634)

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Sat Aug 15 17:15:44 UTC 2015


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

kanashiro-guest pushed a change to branch master
in repository libtap-simpleoutput-perl.

      from  a967542   update changelog
       new  fb284f7   Add debian/upstream/metadata
       new  a1ccbd4   Update debian/changelog
      adds  b95cfab   initial commit
      adds  64855c7   v0.001
      adds  bdb50c4   initial Travis-CI config
      adds  9231e9d   fix travis-ci config -- update cpanm options, remove errant '--installdeps' stanza
      adds  8de1c02   travis config again -- try to squash weird error only on 5.14
      adds  088beb8   ...and again *sigh*
      adds  8435c5a   ...and again? :)  latest stock travis.yml this time
      adds  8b1224e   use Sub::Exporter::Progressive
      adds  98a76b3   counters() now also returns a 6th: $_any
      adds  0dbbc14   autoadd
      adds  9dc6c5b   README cleanup...
      adds  bb65535   v0.002
      adds  bf0f5c1   restore Fixup checking
      adds  36008cd   minor inline comments
      adds  6b06023   flesh out our pod
      adds  4710333   travis: update config
      adds  fd9be47   travis: update config
      adds  091e74c   generated files: update
      adds  a42f2a5   add a levelset ref and additional export...
      adds  4c01d16   tests: refactor into something a little more... reusable
      adds  2e137d4   generated files: update
      adds  d6df9d1   drop v5.10 requirement
      adds  f12f66d   v0.003
      adds  7e70ae2   Imported Upstream version 0.003
       new  ccd2915   Merge tag 'upstream/0.003'
       new  a4459cd   Update debian/changelog
       new  d6b7564   Bump debhelper compatibility level to 9
       new  13e438d   Declare compliance with Debian policy 3.9.6
       new  428827d   Add autopkgtest-pkg-perl
       new  8849634   Release libtap-simpleoutput-perl 0.003-1 to unstable

The 8 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:
 .travis.yml                                        |  14 +-
 Changes                                            |   3 +
 INSTALL                                            |  44 --
 LICENSE                                            |   2 +-
 MANIFEST                                           |  22 +-
 META.json                                          | 595 +++++++++++++++++----
 META.yml                                           | 526 ++++++++++++++----
 Makefile.PL                                        |  25 +-
 README                                             |  86 ++-
 SIGNATURE                                          |  75 +--
 cpanfile                                           |   9 +-
 debian/changelog                                   |  13 +-
 debian/compat                                      |   2 +-
 debian/control                                     |   5 +-
 debian/upstream/metadata                           |   7 +
 dist.ini                                           |   1 -
 lib/TAP/SimpleOutput.pm                            |  95 +++-
 t/00-check-deps.t                                  |   2 +-
 t/00-compile.t                                     |  13 +-
 t/000-report-versions-tiny.t                       |   4 +-
 t/basic.t                                          |  35 ++
 t/release-eol.t                                    |  16 -
 t/release-no-tabs.t                                |  22 -
 t/release-pod-coverage.t                           |  30 --
 xt/author/eol.t                                    |  18 +
 xt/author/no-tabs.t                                |  18 +
 t/author-pod-spell.t => xt/author/pod-spell.t      |  11 +-
 .../release/consistent-version.t                   |   8 -
 .../release/has-version.t                          |   8 -
 .../release/minimum-version.t                      |   8 -
 .../release/no-smart-comments.t                    |   9 +-
 xt/release/pod-coverage.t                          |  16 +
 .../release/pod-linkcheck.t                        |   8 -
 t/release-pod-syntax.t => xt/release/pod-syntax.t  |  13 +-
 34 files changed, 1234 insertions(+), 529 deletions(-)
 delete mode 100644 INSTALL
 create mode 100644 debian/upstream/metadata
 delete mode 100644 t/release-eol.t
 delete mode 100644 t/release-no-tabs.t
 delete mode 100644 t/release-pod-coverage.t
 create mode 100644 xt/author/eol.t
 create mode 100644 xt/author/no-tabs.t
 rename t/author-pod-spell.t => xt/author/pod-spell.t (59%)
 rename t/release-consistent-version.t => xt/release/consistent-version.t (57%)
 rename t/release-has-version.t => xt/release/has-version.t (70%)
 rename t/release-minimum-version.t => xt/release/minimum-version.t (71%)
 rename t/release-no-smart-comments.t => xt/release/no-smart-comments.t (73%)
 create mode 100644 xt/release/pod-coverage.t
 rename t/release-pod-linkcheck.t => xt/release/pod-linkcheck.t (78%)
 rename t/release-pod-syntax.t => xt/release/pod-syntax.t (50%)

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



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