[libtest-cleannamespaces-perl] branch master updated (dfae786 -> 34b8624)

Lucas Kanashiro kanashiro at moszumanska.debian.org
Sun Jul 3 14:45:36 UTC 2016


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

kanashiro pushed a change to branch master
in repository libtest-cleannamespaces-perl.

      from  dfae786   update changelog
      adds  1978244   at long last, drop the use of fatal warnings in tests
      adds  e920704   continue to build after my plugin bundle added [Test::CleanNamespaces]
      adds  3fdd991   remove unneeded entry
      adds  a7b7c85   avoid use of false package return value
      adds  59eea1a   keep $VERSION right in the repo
      adds  f44b161   hardcode the distribution name in Changes, to reduce churn on each release
      adds  36da67e   eliminate use of namespace::clean by never importing anything
      adds  1f21e72   use a more specific link
      adds  c9ff46e   switch to my podweaver plugin bundle
      adds  9080d2f   document why we need MakeMaker (and nothing else)
      adds  c51bc7c   fix Test::More prereq for done_testing
      adds  d765d29   fix Exporter prereq for "import"
      adds  a3c37bd   File::Find::Rule -> File::Find
      adds  c5e94a7   Sub::Exporter -> Sub::Exporter::Progressive
      adds  c3e0888   Merge pull request #1 from haarg/less-prereqs
      adds  54cb003   use latest [DynamicPrereqs] syntax
      adds  105d63a   Changes notes for prereq removals
      adds  139d97f   Test-CleanNamespaces-0.19
      adds  031e8e0   Imported Upstream version 0.19
       new  ac3f025   Merge tag 'upstream/0.19'
       new  bd4ce2b   Update debian/changelog
       new  16efee3   debian/control: add build and runtime dependency on libsub-exporter-progressive-perl
       new  e4a9ed8   Declare complaince with Debian policy 3.9.8
       new  7efeb71   debian/control: update dependencies' version, thanks cme
       new  277d93f   debian/control: remove some dependencies removed by upstream
       new  34b8624   release libtest-cleannamespaces-perl version 0.19-1

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:
 CONTRIBUTING                          |  12 +-
 Changes                               |   3 +
 INSTALL                               |  14 +-
 LICENSE => LICENCE                    |   0
 MANIFEST                              |  17 +-
 META.json                             | 686 +++++++++++++++++++++-------------
 META.yml                              | 533 ++++++++++++++++----------
 Makefile.PL                           |  71 ++--
 README                                |   4 +-
 debian/changelog                      |  15 +-
 debian/control                        |  20 +-
 dist.ini                              |  14 +-
 lib/Test/CleanNamespaces.pm           | 142 ++++---
 t/00-report-prereqs.dd                |  84 +++--
 t/00-report-prereqs.t                 |  27 +-
 t/basic.t                             |   4 +-
 t/class_mop.t                         |   4 +-
 t/clean-namespaces.t                  |   4 +-
 t/lib/DoesNotCompile.pm               |   2 -
 t/lib/ExporterModule.pm               |   2 +-
 t/moo.t                               |   4 +-
 t/moose-parameterized-role.t          |   4 +-
 t/moose.t                             |   4 +-
 t/mouse.t                             |   4 +-
 t/overload.t                          |   4 +-
 t/role_tiny.t                         |   4 +-
 t/self.t                              |   2 +-
 t/zzz-check-breaks.t                  |   6 +-
 weaver.ini                            |   6 -
 xt/author/00-compile.t                |   9 +-
 xt/author/eol.t                       |  67 +++-
 xt/{release => author}/kwalitee.t     |   2 +-
 xt/author/mojibake.t                  |   9 +
 xt/author/no-tabs.t                   |  16 +-
 xt/{release => author}/pod-coverage.t |   0
 xt/{release => author}/pod-no404s.t   |   0
 xt/author/pod-spell.t                 |   8 +-
 xt/{release => author}/pod-syntax.t   |   1 +
 xt/{release => author}/portability.t  |   1 +
 xt/release/changes_has_content.t      |   2 +-
 xt/release/cpan-changes.t             |   9 +-
 xt/release/minimum-version.t          |   2 +-
 xt/release/mojibake.t                 |  12 -
 43 files changed, 1122 insertions(+), 712 deletions(-)
 rename LICENSE => LICENCE (100%)
 delete mode 100644 weaver.ini
 rename xt/{release => author}/kwalitee.t (95%)
 create mode 100644 xt/author/mojibake.t
 rename xt/{release => author}/pod-coverage.t (100%)
 rename xt/{release => author}/pod-no404s.t (100%)
 rename xt/{release => author}/pod-syntax.t (84%)
 rename xt/{release => author}/portability.t (99%)
 delete mode 100644 xt/release/mojibake.t

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



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