[libtest2-plugin-nowarnings-perl] branch master updated (a9bde8c -> d45be78)

gregor herrmann gregoa at debian.org
Sat Oct 22 20:55:14 UTC 2016


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

gregoa pushed a change to branch master
in repository libtest2-plugin-nowarnings-perl.

      from  a9bde8c   Releasing package libtest2-plugin-nowarnings-perl version 0.02-1
      adds  9002d2c   Initial commit
      adds  93e0c7d   Implement echo param & add docs
      adds  89fe4ca   Add generated files and .gitignore
      adds  1b4710b   Make critic happy
      adds  1d52bb5   Remove Test::CleanNamespaces plugin
      adds  1afdb7e   Add .travis.yml
      adds  6c2c835   Add more generated files
      adds  fd217c1   Use a new Warning event type for warnings
      adds  7d05cdd   Echo is off by default
      adds  04e8cc2   Get all release tests passing
      adds  331011b   v0.01
      adds  f03d62d   Bump version after release
      adds  f39fd48   Remove Test::Synopsis plugin
      adds  a75b06a   Make the event's increment_count method return 0
      adds  be3777a   Add the "Unexpected warning: " prefix in the plugin
      adds  d4c146b   Make causes_fail an accessor
      adds  33e67e3   Tidyall code
      adds  229c7d4   v0.02
      adds  66fd879   Bump version after release
      adds  f47bb78   Remove $VERSION from test file
      adds  8855c93   Add the $SIG{__WARN__} hook in an INIT block
      adds  e6d77e9   Make the Warning event return true increments_count
      adds  79c8223   Skip Test::Compile
      adds  fe1293d   Add IPC::Run3 to develop requires
      adds  9a3308b   v0.03
      adds  63e8d85   New upstream version 0.03
       new  df84eea   Merge tag 'upstream/0.03'
       new  c8c4bc2   Update debian/changelog
       new  bdb053c   Add build dependency on libipc-run3-perl.
       new  d45be78   releasing package libtest2-plugin-nowarnings-perl version 0.03-1

The 4 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.md                      |   6 +-
 Changes                              |  15 ++
 INSTALL                              |  14 +-
 MANIFEST                             |  10 +-
 META.json                            | 352 ++++++++++++++++++++---------------
 META.yml                             | 291 ++++++++++++++++-------------
 Makefile.PL                          |  12 +-
 README.md                            |   4 +-
 cpanfile                             |  18 +-
 debian/changelog                     |   8 +
 debian/control                       |   3 +-
 dist.ini                             |   7 +
 lib/Test2/Event/Warning.pm           |   8 +-
 lib/Test2/Plugin/NoWarnings.pm       |  78 ++++----
 t/00-report-prereqs.dd               |  54 +++---
 t/00-report-prereqs.t                |  10 +-
 t/basic.t                            |   7 +-
 t/compile.t                          |  47 +++++
 tidyall.ini                          |   3 +
 xt/author/00-compile.t               |  55 ------
 xt/author/eol.t                      |   5 +-
 xt/author/no-tabs.t                  |   3 +-
 xt/author/pod-no404s.t               |  21 ---
 xt/author/pod-spell.t                |  18 +-
 xt/{release => author}/portability.t |   2 -
 xt/author/tidyall.t                  |  16 ++
 xt/release/cpan-changes.t            |   9 +-
 xt/release/pod-linkcheck.t           |  20 --
 xt/release/tidyall.t                 |  12 --
 29 files changed, 592 insertions(+), 516 deletions(-)
 create mode 100644 t/compile.t
 delete mode 100644 xt/author/00-compile.t
 delete mode 100644 xt/author/pod-no404s.t
 rename xt/{release => author}/portability.t (95%)
 create mode 100644 xt/author/tidyall.t
 delete mode 100644 xt/release/pod-linkcheck.t
 delete mode 100644 xt/release/tidyall.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest2-plugin-nowarnings-perl.git



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