[libtest-warnings-perl] branch master updated (23e6a2f -> 4b06146)

gregor herrmann gregoa at debian.org
Fri Sep 13 12:57:10 UTC 2013


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

gregoa pushed a change to branch master
in repository libtest-warnings-perl.

      from  23e6a2f   Initial packaging by maintainer
      adds  d176309   Imported Upstream version 0.009
       new  f2ea5bf   Merge tag 'upstream/0.009'
       new  df78043   New upstream release.
       new  c9f4b82   Update build dependencies.
       new  bac2e85   Build-depend on debhelper (>= 9.20130630~).
       new  4b06146   releasing package libtest-warnings-perl version 0.009-1

The 5 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:
 Build.PL                                      |    2 +-
 Changes                                       |   11 ++
 MANIFEST                                      |   10 +-
 META.json                                     |  198 ++++++++++++++++---------
 META.yml                                      |  168 +++++++++++++--------
 README                                        |    2 +-
 debian/changelog                              |   11 ++
 debian/compat                                 |    2 +-
 debian/control                                |    6 +-
 dist.ini                                      |   12 +-
 examples/{test_nowarnings.pl => synopsis_1.t} |    3 +-
 examples/{synopsis.t => synopsis_2.t}         |    5 +-
 examples/warning_like.t                       |   23 +++
 lib/Test/Warnings.pm                          |   79 ++++++++--
 t/00-compile.t                                |  133 +++++++++--------
 t/05-no-end-block.t                           |   16 +-
 t/10-no-done_testing.t                        |   23 +++
 t/11-double-use.t                             |   22 +++
 t/50-examples-synopsis_1.t                    |    3 +
 t/50-examples-synopsis_2.t                    |    4 +
 t/50-examples-test_warning_contents.t         |    3 +
 xt/author/pod-spell.t                         |    5 +-
 xt/release/changes_has_content.t              |    2 +-
 xt/release/clean-namespaces.t                 |    9 +-
 xt/release/kwalitee.t                         |    7 +-
 xt/release/minimum-version.t                  |    2 +-
 xt/release/mojibake.t                         |   12 ++
 xt/release/pod-coverage.t                     |   10 +-
 xt/release/test-version.t                     |    2 +-
 29 files changed, 516 insertions(+), 269 deletions(-)
 copy examples/{test_nowarnings.pl => synopsis_1.t} (66%)
 rename examples/{synopsis.t => synopsis_2.t} (80%)
 create mode 100644 examples/warning_like.t
 create mode 100644 t/10-no-done_testing.t
 create mode 100644 t/11-double-use.t
 create mode 100644 t/50-examples-synopsis_1.t
 create mode 100644 t/50-examples-synopsis_2.t
 create mode 100644 t/50-examples-test_warning_contents.t
 create mode 100644 xt/release/mojibake.t

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



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