[libtest-kwalitee-perl] branch master updated (024a6eb -> 32e88c8)
gregor herrmann
gregoa at debian.org
Mon Sep 8 19:04:00 UTC 2014
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to branch master
in repository libtest-kwalitee-perl.
from 024a6eb update changelog
new 50cf128 Add debian/upstream/metadata
new 6bce642 Update debian/changelog
adds 7be5bf1 initial commit - simple .gitignore
adds 908c1dc http://cpan.metacpan.org/authors/id/C/CH/CHROMATIC/Test-Kwalitee-0.30.tar.gz - released 2006-03-03
adds 6dde916 http://cpan.metacpan.org/authors/id/C/CH/CHROMATIC/Test-Kwalitee-1.00.tar.gz - released 2008-08-14
adds 717255d http://cpan.metacpan.org/authors/id/C/CH/CHROMATIC/Test-Kwalitee-1.01.tar.gz - released 2008-08-14
adds fd37fa5 ignore build artifacts
adds 2238f58 ignore this autogenerated file, left behind by Module::CPANTS::Analyse
adds a047baa rename to a more standard location
adds 856f911 null entry for changelog for 1.01 release
adds c4ca299 SIGNATURE not generated since 0.30 - no need for this test
adds 73028bf convert to Dist::Zilla with a minimal configuration
adds f662ad3 Test-Kwalitee-1.02
adds bdc6de3 add missing =pod directive
adds cd2dbf6 remove shebangs from tests
adds a64a511 avoid skipping when Test::Kwalitee is missing (it's us!!); avoid running when not in a build/install dir
adds be4f2d2 bump dep to latest MCA to get lots of bug fixes
adds f8cdad1 no need to block warnings - distname is no longer a MCA option
adds f454323 fix the names of some tests
adds e331d6c empty commit for RT#246506
adds 2b23346 ensure all code, manual and autogenerated, is run with strictures
adds 4a2048a SEE ALSO section
adds d207fcc generate oodles more metadata and author/release tests; calculate prereqs
adds c4960e1 make pod coverage and pod spelling tests pass
adds ee18759 use podweaver to generate some bits of pod automatically
adds 5d7fd5c switch to my plugin bundle
adds e7f52ac put stopwords in the pod itself
adds b508671 list contributors in metadata and pod
adds b15428d Test-Kwalitee-1.03
adds 220580e changelog for 1.04
adds 65db9c6 Test-Kwalitee-1.04
adds fc9b8d3 empty commit for contributors metadata
adds 71f7e91 this test was intended to test inclusion, not exclusion
adds 91aafcf these tests add no value on top of 02-include.t and 03-exclude.t
adds 5eb75d7 test the output of all tests
adds 13f78e3 make all warnings fatal in tests
adds 7431a3e placeholder for TB2 versions of all tests
adds 0fa2244 Merge branch 'topic/more_tests'
adds ba35554 save this test (formerly t/01-kwalitee.t) as a check that we can test ourselves
adds 18e3824 make this test work even in git, by testing just the tests that still pass
adds efab94a Test-Kwalitee-1.05
adds 91685d0 go back to calling plan() (closes #1)
adds be95400 remove unneeded dependency
adds cc0c7ac extract remedy data from MCA object on test failure
adds 3cff60a Test-Kwalitee-1.06
adds 645b5fa Don't sort mck->generators in Test::Kwalitee as generators are already ordered (with sub order {} in Module::CPANTS::Kwalitee::*)
adds fbc7861 Merge pull request #3 from charsbar/dont_sort_generators
adds b8a6de7 changelog for ordering fix
adds e3c28e3 ensure indicators always run in a consistent order
adds ed78821 fix dependency on plugin that has not been released yet (and might not be with the changes that I suggested)
adds 050bb38 also reference the dzil plugin
adds e4e4096 use RELEASE_TESTING guard, rather than eval{}
adds f627bc9 no longer create a sub for every metric we are about to run
adds f9f052a use bulleted list for SEE ALSO items
adds 08a9429 clean our namespace
adds 17eac6a fix unused vars test by using $self (which is ignored by default)
adds 75b14e0 use latest version of my bundle
adds 2c0b39b Test-Kwalitee-1.07
adds c30042e update docs to reflect our metrics
adds 97bf9db Avoid hardcoding metric names, to make it easier for Module::CPANTS::Analyse to alter what metrics are available
adds ab0a592 commit to give credit to Nathan Haigh for his patch in RT#27547
adds cadd92c Merge branch 'topic/no_hardcoded_names'
adds d78a8ea done_testing requires Test::Builder 0.88
adds d6c98ad remove use of eval in examples
adds c2aef0f Test-Kwalitee-1.08
adds 401a02b remove has_test_pod, has_test_pod_coverage tests (they are "extra" anyway)
adds 4050a38 remove "extractable" test
adds 8d01cb4 add in all the standard tests that ought to work
adds a76ea81 remove "use vars" and all global variables
adds ecbf972 use a list of flags for metrics to skip (maybe make configurable, later, to enable extra/experimental?)
adds c231752 the list of metrics will change again in MCA 0.88
adds f2ad60c Test-Kwalitee-1.09
adds ec6f370 remove unneeded parentheses
adds f5002a7 test for warnings everywhere
adds a19400d warn when neither AUTHOR_TESTING, RELEASE_TESTING is set
adds 3e9e045 load lib and chdir in the testing sub
adds e0ae259 give us one test that will run outside of "dzil build"
adds a8dc4c6 be sure we ran the right number of tests
adds f1b4d7f give location of caller when test fails
adds 5e1dd1a make use of pod list generator
adds 52d815b kwalitee-metrics, a cheatsheet of what is available
adds 2038ae2 time to add self to authors list
adds 147c927 Test-Kwalitee-1.10
adds ebd90c7 MBT needs installable scripts in script/
adds 955ea3f Test-Kwalitee-1.11
adds 7f710df break out the list of expected tests, for easier modification
adds 73cd016 MCA 0.88 removed some metrics from the standard set
adds 8802f7b new [@Author::ETHER]
adds aeb39b2 Test-Kwalitee-1.12
adds 77b461b Dist::Zilla::Plugin::Test::Kwalitee (up to 2.04) has been broken since 1.10 added the %ENV checks
adds f027184 fix namespaces test to avoid ::Conflicts module
adds d08cb61 prevent errors when running outside of a build - build/latest is a symlink
adds f86c821 add an abstract for the script
adds d200fbc do not warn if the test is in xt/
adds ac32857 canonicalize old timetamps in Changes file
adds d3e3b00 avoid checking for version in ::Conflicts file
adds 9f657f9 TK is now included by the pluginbundle
adds 05778d9 temporarily remove [CheckPrereqsIndexed] - it does not like != in prereq versions
adds a4db287 Test-Kwalitee-1.13
adds efe60d5 ::Conflicts modules do not get $VERSIONs, as they hide from PAUSE
adds 2cafb15 warnings() was not added until version 0.005!
adds 2bc4048 Test-Kwalitee-1.14
adds eb68a16 tidier way of hacking VERSION when necessary
adds 3b0b09d changelog for [Test::Compile] release
adds 0f44274 Test-Kwalitee-1.15
adds 7ced2c2 print even more diagnostics, when available
adds 1cc2ee7 bump dependency on MCA to get more improvements and fixes to metrics
adds 09e823e remove manual sorting of generators, now handled by MCA 0.91
adds f4e999a missing develop prereq
adds fda9954 make warning tests author-only
adds 54531ac new CONTRIBUTING file
adds 58ed670 Test-Kwalitee-1.16
adds 325c34d doh! test count varies with AUTHOR_TESTING now
adds a404b20 Test-Kwalitee-1.17
adds 42a2f5d typo fix
adds ed60472 Merge pull request #7 from dsteinbrunner/patch-1
adds e516d21 refresh autogenerated files
adds 77b3b1f Updated list of metrics; old ones got deleted; new ones added
adds 434c111 Merge pull request #8 from zoffixznet/update-metrics
adds 4095e63 canonicalize changelog entries
adds 252fc3b some pod parkup and minor fixes
adds 1222816 fix pod markup when referencing the script
adds d806079 add vim modeline
adds a523d13 Test-Kwalitee-1.18
adds be79903 fix version self-reference when listing metrics
adds 694762b include version with module name
adds d6bfd8a capitalize abstract
adds 26f5af5 clarify this comment - these tests are not identical
adds ef9ff68 MCK 0.91 now sorts the generators
adds e8314f3 no longer need Dist::CheckConflicts to check for breakages
adds 28f7582 refer to MCA's own executable, which tests a tarball
adds b183e99 add irc and mailing list info to metadata
adds 325d59d use my new [Test::CleanNamespaces] plugin!
adds 0814e53 tighten up entries
adds 17933b2 Pod::Weaver 4 includes [-SingleEncoding]
adds 96d67be remove unneeded plugin
adds 7d2c6e8 bump prereq version for Test::Warnings (for anyone who is copying this code) to get more reliable :no_end_test
adds d1f5952 add some keywords to metadata
adds b96f266 the executable now lives in the new dist for App::CPANTS::Lint
adds 71fe32b delete tests for now-shelved TB2 before the indexed version of the new code path reaches 1.005
adds 2114f67 MCA 0.93_01 added core metric has_abstract_in_pod
adds 887f7b9 Test-Kwalitee-1.19
adds 6ae08e5 add more things to SEE ALSO
adds 31f197b allow these tests to run for newer Test::Builders
adds 3a337ff now using [Git::Contributors]
adds 2f35ac0 save warnings so they can be dumped on failure
adds 9fe4701 new doc section for metrics
adds d166774 remove deprecated and undocumented "basedir" argument
adds 22dab9e new "kwalitee_ok" function; calling via import directly is now deprecated
adds 5fdce72 fix kwalitee_ok() return value to behave like other test subs
adds 88482f5 Test-Kwalitee-1.20-TRIAL
adds 3cdf002 MCA 0.93_03 added meta_json_conforms_to_known_spec, meta_json_is_parsable and s/metayml/meta_yml/g
adds a1b52e4 Test-Kwalitee-1.21
adds 5d8997f load the module before changing directories, so we don't unknowingly run the installed version -- broken since 1.10
adds d477301 more diagnostics on failure
adds a55ecda run indicators even if we have already gotten a failure (oops!)
adds dc977c1 Test-Kwalitee-1.22
adds fdcb72e Imported Upstream version 1.22
new c43aba1 Merge tag 'upstream/1.22'
new 72dc67c Update debian/changelog
new f4ab4ec Add autopkgtest control file.
new 32e88c8 releasing package libtest-kwalitee-perl version 1.22-1
The 6 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 | 26 ++--
CONTRIBUTING | 13 +-
Changes | 11 ++
MANIFEST | 5 +-
META.json | 258 +++++++++++++++++++++++-----------
META.yml | 212 ++++++++++++++++++----------
Makefile.PL | 29 ++--
README | 4 +-
README.pod | 252 ---------------------------------
debian/changelog | 12 +-
debian/tests/control | 8 ++
debian/upstream/metadata | 8 ++
dist.ini | 3 +-
lib/Test/Kwalitee.pm | 138 +++++++++++++-----
script/kwalitee-metrics | 2 +-
t/00-report-prereqs.dd | 25 ++--
t/00-report-prereqs.t | 64 +++++----
t/01-kwalitee.t | 5 +-
t/02-include.t | 4 -
t/03-exclude.t | 3 -
t/05-failure.t | 17 ++-
t/06-warnings.t | 23 +--
t/{04-selftest.t => 07-kwalitee-ok.t} | 15 +-
xt/author/00-compile.t | 2 +-
xt/author/pod-spell.t | 12 +-
xt/release/changes_has_content.t | 2 +-
xt/release/clean-namespaces.t | 4 +-
xt/release/no-tabs.t | 2 +
xt/release/pod-no404s.t | 21 +++
29 files changed, 614 insertions(+), 566 deletions(-)
delete mode 100644 README.pod
create mode 100644 debian/tests/control
create mode 100644 debian/upstream/metadata
copy t/{04-selftest.t => 07-kwalitee-ok.t} (57%)
create mode 100644 xt/release/pod-no404s.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-kwalitee-perl.git
More information about the Pkg-perl-cvs-commits
mailing list