[libdist-zilla-plugin-test-kwalitee-perl] branch master updated (7fcf188 -> dc7a0c6)

Axel Beckert abe at deuxchevaux.org
Fri Oct 9 20:48:47 UTC 2015


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

abe pushed a change to branch master
in repository libdist-zilla-plugin-test-kwalitee-perl.

      from  7fcf188   Upload to unstable as 2.11-1
      adds  060c6c3   initial commit
      adds  51d8b4a   don't import() from Test::Kwalitee as that would run the tests
      adds  822e5ba   v1.100690
      adds  e5f6332   shortcut synopsis tests
      adds  d2177fe   weaver.ini no longer necessary now that D::Z's [@MARCEL] passes it as a parameter to [PodWeaver]
      adds  45c10f7   list Test::Kwalitee as a [Prereq] in dist.ini, so we don't use() it anymore
      adds  f8820dd   doc fix
      adds  9e69751   v1.101420
      adds  bc66485   simplified dist.ini now that we have ~/.dzil/config
      adds  f0eaf43   fix pod (:prelude)
      adds  088d070   added ability to skip one or more tests
      adds  200e37e   switch namespaces
      adds  95e9dae   make dist.ini a little more my own
      adds  4c08cf3   forgot to update .gitignore, README was added
      adds  2e3f708   v1.112390
      adds  7b40921   updated dist.ini, fixed test template
      adds  14f2e73   updated readme
      adds  e042384   v1.112400
      adds  1ebc7cb   Fix failure due to absent Test::More
      adds  5524820   Refactor code injection to work entirely during gather_files instead of 2-phase inject/munge
      adds  b33c1aa   Update changelog
      adds  24ebcf6   Run a kwalitee test for a fake distribution
      adds  506648d   Update changelog
      adds  3e41fd2   Merge pull request #1 from kentfredric/switch_namespace
      adds  b950166   attributed kentfredric
      adds  ad55a27   made pod coverage test pass
      adds  844f8d0   Updated changelog
      adds  d739814   v1.112410
      adds  72c1cf5   made dist.ini match my tastes
      adds  a7dc5f1   Remove dir created by tests
      adds  df3e6c1   Provide deprecation warnings
      adds  f9d061a   Merge pull request #2 from doherty/switch_namespace
      adds  b869736   brought dist.ini up to date, switched version to use git::nextversion, bumped version to 2.02
      adds  60ad9be   ignored .build dir, expanded dist.ini, and made module a wrapper for the new namespace
      adds  d29b7bb   fixes for .gitignore and dist.ini
      adds  418042f   Merge branch 'master' into switch_namespace
      adds  554c227   final changes to commit before releasing
      adds  7ac98d6   v2.020000
      adds  341cb04   added requirement for File::Path 2.07 (remove_tree was added in this version)
      adds  1928d0e   readme updated
      adds  cba134f   v2.03
      adds  1a4e91b   make PAUSE not index some directories
      adds  aa66cd1   remove plugins that are no longer installable
      adds  380096e   remove plugins I do not want to run
      adds  5bfe774   fix all metadata (github issues don't work well when there are multiple forks)
      adds  412e9a2   add self to authors list
      adds  a6510c8   install new release
      adds  a5010da   remove checking for tests that no longer exist in TK 1.09
      adds  08132a3   Merge branch 'topic/1.09_test_failures'
      adds  f053a70   handle README generated from build
      adds  b423973   v2.04
      adds  168eefe   post-release commit (manual)
      adds  8571c78   also commit the Changes file at release time
      adds  5e8a82b   ensure MARCEL gets permissions on all new modules
      adds  c37fea8   remove useless shebang
      adds  69d87cc   fix tests to handle metrics recently removed from MCA, %ENV check added to Test::Kwalitee
      adds  7457e2c   test ourselves with the version we are about to release, not the last release
      adds  1318476   keep extra tests in xt/ - e.g. the CPANTS service really doesn't like seeing extra .t files with undeclared prereqs
      adds  845ae41   prompt for release as late as possible, after performing all tests and checks
      adds  168ce73   v2.05
      adds  1f21491   remove Dist::Zilla::Plugin::KwaliteeTests
      adds  f94a5c5   ensure namespace is clean
      adds  b9f0a0c   only run the generated test locally - results are unreliable elsewhere due to the changing nature of Module::CPANTS::Analyse
      adds  ec99fe3   no longer use an eval to require TK - it must be installed
      adds  1b74d80   inject develop-requires prereqs on Test::Kwalitee
      adds  711ae8c   clean up prereqs (and dep on fixed TK)
      adds  7e8d727   v2.06
      adds  630ebd0   include the plugin version in the test header
      adds  7429cbf   test dir is naturally deleted at end, if we chdir out of it
      adds  da5d92b   clean up libs used by test
      adds  bb5ccfb   tighten up .gitignore entries
      adds  8791001   simplify configs by using my plugin bundle
      adds  3ce10fe   fix timezone notations in old changelog entries
      adds  4296862   do not let warnings kill an install
      adds  4d8b0dd   add missing runtime dep on Test::Kwalitee
      adds  4a4c481   update injected prereq version to match
      adds  2790757   ensure generated test always has some sort of version
      adds  b1f1d0e   remove unneeded bootstrap options
      adds  0110f80   we now use [Test::ReportPrereqs], and [ReportVersions] fails to load "if"
      adds  5713d84   new CONTRIBUTING file
      adds  caf2988   Dist-Zilla-Plugin-Test-Kwalitee-2.07
      adds  f046888   also report the version of Module::CPANTS::Analyse
      adds  54f1a43   [Test::Portability] is now part of my plugin bundle
      adds  f6c432c   add irc and mailinglist info to metadata
      adds  0c14c6e   add contributors to metadata and pod
      adds  61836a4   inject prereqs for test plugins
      adds  2d9f4a4   ensure blank line after ABSTRACT for [PkgVersion]
      adds  cd839f5   make use of File::pushd
      adds  eef0f26   maximal use of Path::Tiny over Path::Class
      adds  0e46b0c   remove ego line
      adds  f534135   this is only needed by developers, not for all testing
      adds  8353959   switch to the new plugin!
      adds  6d448ec   changelog for modifications to pod weaving
      adds  8b24df5   tighten up entries
      adds  cc85991   remove unnecessary plugin
      adds  6f04c4a   now using [Git::Contributors]
      adds  e14a804   new CPAN::Meta requires license to be an arrayref
      adds  6e00b4f   refer to some related modules
      adds  354b22c   better diagnostic output on failure
      adds  a7367a1   add some keywords to metadata
      adds  d3d5187   no smart comments here - skip having to install this plugin
      adds  5ad397f   these files have not been used since the removal of t/deprecated.t
      adds  95bbe9f   leave the running of the test to Test::Kwalitee - we just generate a file
      adds  4f5e4bb   inline everything for this test into the single file
      adds  ad70ea7   provide config data for [MetaConfig]
      adds  efdd68a   switch to using kwalitee_ok()
      adds  67f5983   a bit of documentation cleanup
      adds  6e1ae7c   Dist-Zilla-Plugin-Test-Kwalitee-2.08
      adds  02682cb   sort the arguments to kwalitee_ok
      adds  999fe81   run a generated (passing) test
      adds  52a3579   generate a test that generates the right prereq declaration for Test::Kwalitee
      adds  eb86131   remove plugins that are evil and broken (respectively)
      adds  4427a26   Dist-Zilla-Plugin-Test-Kwalitee-2.09
      adds  13b3475   fix see also list in pod
      adds  bf0b304   Merge pull request #1 from haarg/patch-1
      adds  6a7c26d   changelog for PR#1
      adds  96a6ae7   rename this test to a standard location
      adds  ead405e   allow customizing the filename of the generated test
      adds  bdbd4ce   Dist-Zilla-Plugin-Test-Kwalitee-2.10
      adds  2e614fa   MCA 0.93_01 added has_abstract_in_pod
      adds  9cc5a14   Dist-Zilla-Plugin-Test-Kwalitee-2.11
      adds  6704dae   convert all timestamps to UTC
      adds  d057d5a   add a test that runs `moose-outdated`
      adds  5349b84   custom plugin name is not needed
      adds  3d0f673   keep $VERSION right in the repo
      adds  460e351   [Test::CleanNamespaces] is now provided by my plugin bundle
      adds  730cfdd   hardcode the distribution name in Changes, to reduce churn on each release
      adds  f2ad2eb   affirm that we work as far back as Moose itself does
      adds  3892b9a   more accurate prereq for ensuring metaspec validation
      adds  af72a13   do not use subdir in nonexistent directory
      adds  1fb9cc7   switch to my podweaver plugin bundle
      adds  fa1495f   sort this data right in the accessor
      adds  a7e58c2   add a placeholder .mailmap
      adds  cde7834   minor pod cleanup
      adds  901558e   include our version explicitly in dumped configs if we were subclassed
      adds  fe3a6f1   add a vim modeline
      adds  34e3966   amend abstract: author tests is more generally correct
      adds  d271100   remove synopsis test that does nothing
      adds  7bac484   /m is not needed here
      adds  88cf947   qr/...$/m is borked on 5.8.8
      adds  d0eb124   fix licencing metadata
      adds  a864100   the first release was in 2010 by Marcel
      adds  5782daa   use the configurations for the plugin from my bundle
      adds  4ecd970   Dist-Zilla-Plugin-Test-Kwalitee-2.12
      adds  d0f6387   Imported Upstream version 2.12
       new  f0b9764   Merge tag 'upstream/2.12'
       new  60174b3   Update debian/changelog
       new  dc7a0c6   Update debian/copyright since upstream "fixed licencing metadata"

The 3 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                                  |  59 ++-
 CONTRIBUTING                              |  21 +-
 Changes                                   |  27 +-
 INSTALL                                   |   1 -
 LICENSE                                   |   6 +-
 MANIFEST                                  |  13 +-
 META.json                                 | 741 +++++++++++++++++++-----------
 META.yml                                  | 576 ++++++++++++++---------
 Makefile.PL                               |  52 +--
 README                                    |   8 +-
 debian/changelog                          |   7 +
 debian/copyright                          |  11 +-
 dist.ini                                  |  21 +-
 lib/Dist/Zilla/Plugin/Test/Kwalitee.pm    |  71 +--
 t/00-report-prereqs.dd                    |  79 ++--
 t/00-report-prereqs.t                     |  14 +-
 t/01-basic.t                              |  10 +-
 t/02-filename.t                           |   4 +-
 t/zzz-check-breaks.t                      |  18 +
 weaver.ini                                |   6 -
 xt/author/00-compile.t                    |  12 +-
 xt/{release => author}/clean-namespaces.t |   2 +-
 xt/author/{no-tabs.t => eol.t}            |  18 +-
 xt/{release => author}/kwalitee.t         |   2 +-
 xt/author/mojibake.t                      |   9 +
 xt/author/no-tabs.t                       |  14 +-
 xt/author/pod-spell.t                     |   9 +-
 xt/release/changes_has_content.t          |   2 +-
 xt/release/eol.t                          |   8 -
 xt/release/minimum-version.t              |   2 +-
 xt/release/mojibake.t                     |  12 -
 xt/release/portability.t                  |   1 +
 xt/release/synopsis.t                     |   5 -
 33 files changed, 1128 insertions(+), 713 deletions(-)
 create mode 100644 t/zzz-check-breaks.t
 delete mode 100644 weaver.ini
 rename xt/{release => author}/clean-namespaces.t (93%)
 copy xt/author/{no-tabs.t => eol.t} (65%)
 rename xt/{release => author}/kwalitee.t (94%)
 create mode 100644 xt/author/mojibake.t
 delete mode 100644 xt/release/eol.t
 delete mode 100644 xt/release/mojibake.t
 delete mode 100644 xt/release/synopsis.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-test-kwalitee-perl.git



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