[libcpan-reporter-perl] branch master updated (5f2313e -> 33b9e20)

gregor herrmann gregoa at debian.org
Sat Apr 30 09:26:21 UTC 2016


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

gregoa pushed a change to branch master
in repository libcpan-reporter-perl.

      from  5f2313e   update changelog
      adds  1390953   After release: bump $VERSION and timestamp Changes
      adds  62d9fdd   modules that conflict with Test::BDD::Cucumber::Loader
      adds  e75554b   Fix warning about checking readline for true/false
      adds  41d45ac   skip 2 mock Config tests
      adds  085482c   skip Config mockers with XSConfig
      adds  252e882   re-enable XSConfig mocking, add t::MockPatchlevel
      adds  18b39d5   use module's $VERSION instead of MM->parse_version value
      adds  837f0d7   test for prereq check with dynamic version
      adds  ec08df8   Update Makefile.PL
      adds  46ca73f   Update Changes
      adds  85250b1   Add .mailmap
      adds  ec75941   After release: bump $VERSION and timestamp Changes
      adds  d5b364c   Don't grade dists that look like Perl 6
      adds  d371fc2   Imported Upstream version 1.2017
       new  d572353   Merge tag 'upstream/1.2017'
       new  89aa4ed   Update debian/changelog
       new  a7b838a   Mark package as autopkgtest-able.
       new  66a2d0e   Declare compliance with Debian Policy 3.9.8.
       new  33b9e20   releasing package libcpan-reporter-perl version 1.2017-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:
 Changes                               | 15 +++++++++++++++
 MANIFEST                              | 10 +++++++---
 META.json                             | 24 +++++++++++++-----------
 META.yml                              | 22 ++++++++++++----------
 Makefile.PL                           |  6 ++++--
 README                                |  4 +++-
 cpanfile                              |  1 +
 debian/changelog                      | 12 ++++++++++--
 debian/control                        |  3 ++-
 debian/tests/pkg-perl/SKIP            |  2 ++
 debian/tests/pkg-perl/smoke-env       |  1 +
 debian/tests/pkg-perl/smoke-files     |  3 +++
 lib/CPAN/Reporter.pm                  | 19 +++++++++++++++----
 lib/CPAN/Reporter/API.pm              |  4 ++--
 lib/CPAN/Reporter/Config.pm           |  4 ++--
 lib/CPAN/Reporter/FAQ.pm              |  4 ++--
 lib/CPAN/Reporter/History.pm          |  4 ++--
 lib/CPAN/Reporter/PrereqCheck.pm      | 23 ++++++++++++++++++-----
 t/00-report-prereqs.dd                |  1 +
 t/00-report-prereqs.t                 |  2 +-
 t/06_prompt_text.t                    | 17 +++--------------
 t/10_prereq_computed.t                | 33 +++++++++++++++++++++++++++++++++
 t/55_test_report_discard.t            | 23 +++++++++++++++++++++--
 t/65_skipfile.t                       | 17 +----------------
 t/MockPatchlevel.pm                   | 21 +++++++++++++++++++++
 t/perl5lib/Bogus/ComputedVersion.pm   |  4 ++++
 t/perl5lib/Bogus/NormalVersion.pm     |  3 +++
 xt/{release => author}/pod-coverage.t |  0
 xt/author/pod-spell.t                 |  5 ++++-
 xt/{release => author}/pod-syntax.t   |  1 +
 30 files changed, 207 insertions(+), 81 deletions(-)
 create mode 100644 debian/tests/pkg-perl/SKIP
 create mode 100644 debian/tests/pkg-perl/smoke-env
 create mode 100644 debian/tests/pkg-perl/smoke-files
 create mode 100644 t/10_prereq_computed.t
 create mode 100644 t/MockPatchlevel.pm
 create mode 100644 t/perl5lib/Bogus/ComputedVersion.pm
 create mode 100644 t/perl5lib/Bogus/NormalVersion.pm
 rename xt/{release => author}/pod-coverage.t (100%)
 rename xt/{release => author}/pod-syntax.t (84%)

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



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