[libtest-kwalitee-perl] annotated tag upstream/1.22 created (now 7cb0f10)
gregor herrmann
gregoa at debian.org
Mon Sep 8 19:04:01 UTC 2014
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to annotated tag upstream/1.22
in repository libtest-kwalitee-perl.
at 7cb0f10 (tag)
tagging fdcb72efdd8a1ec27fe01d0c531503b5efc89445 (commit)
replaces upstream/1.19
tagged by gregor herrmann
on Mon Sep 8 20:54:39 2014 +0200
- Log -----------------------------------------------------------------
Upstream version 1.22
David Steinbrunner (1):
typo fix
Gavin Sherlock (1):
empty commit for RT#246506
Karen Etheridge (149):
initial commit - simple .gitignore
http://cpan.metacpan.org/authors/id/C/CH/CHROMATIC/Test-Kwalitee-0.30.tar.gz - released 2006-03-03
http://cpan.metacpan.org/authors/id/C/CH/CHROMATIC/Test-Kwalitee-1.00.tar.gz - released 2008-08-14
http://cpan.metacpan.org/authors/id/C/CH/CHROMATIC/Test-Kwalitee-1.01.tar.gz - released 2008-08-14
ignore build artifacts
ignore this autogenerated file, left behind by Module::CPANTS::Analyse
rename to a more standard location
null entry for changelog for 1.01 release
SIGNATURE not generated since 0.30 - no need for this test
convert to Dist::Zilla with a minimal configuration
Test-Kwalitee-1.02
add missing =pod directive
remove shebangs from tests
avoid skipping when Test::Kwalitee is missing (it's us!!); avoid running when not in a build/install dir
bump dep to latest MCA to get lots of bug fixes
no need to block warnings - distname is no longer a MCA option
fix the names of some tests
ensure all code, manual and autogenerated, is run with strictures
SEE ALSO section
generate oodles more metadata and author/release tests; calculate prereqs
make pod coverage and pod spelling tests pass
use podweaver to generate some bits of pod automatically
switch to my plugin bundle
put stopwords in the pod itself
list contributors in metadata and pod
Test-Kwalitee-1.03
changelog for 1.04
Test-Kwalitee-1.04
this test was intended to test inclusion, not exclusion
these tests add no value on top of 02-include.t and 03-exclude.t
test the output of all tests
make all warnings fatal in tests
placeholder for TB2 versions of all tests
Merge branch 'topic/more_tests'
save this test (formerly t/01-kwalitee.t) as a check that we can test ourselves
make this test work even in git, by testing just the tests that still pass
Test-Kwalitee-1.05
go back to calling plan() (closes #1)
remove unneeded dependency
extract remedy data from MCA object on test failure
Test-Kwalitee-1.06
Merge pull request #3 from charsbar/dont_sort_generators
changelog for ordering fix
ensure indicators always run in a consistent order
fix dependency on plugin that has not been released yet (and might not be with the changes that I suggested)
also reference the dzil plugin
use RELEASE_TESTING guard, rather than eval{}
no longer create a sub for every metric we are about to run
use bulleted list for SEE ALSO items
clean our namespace
fix unused vars test by using $self (which is ignored by default)
use latest version of my bundle
Test-Kwalitee-1.07
update docs to reflect our metrics
Avoid hardcoding metric names, to make it easier for Module::CPANTS::Analyse to alter what metrics are available
Merge branch 'topic/no_hardcoded_names'
done_testing requires Test::Builder 0.88
remove use of eval in examples
Test-Kwalitee-1.08
remove has_test_pod, has_test_pod_coverage tests (they are "extra" anyway)
remove "extractable" test
add in all the standard tests that ought to work
remove "use vars" and all global variables
use a list of flags for metrics to skip (maybe make configurable, later, to enable extra/experimental?)
the list of metrics will change again in MCA 0.88
Test-Kwalitee-1.09
remove unneeded parentheses
test for warnings everywhere
warn when neither AUTHOR_TESTING, RELEASE_TESTING is set
load lib and chdir in the testing sub
give us one test that will run outside of "dzil build"
be sure we ran the right number of tests
give location of caller when test fails
make use of pod list generator
kwalitee-metrics, a cheatsheet of what is available
time to add self to authors list
Test-Kwalitee-1.10
MBT needs installable scripts in script/
Test-Kwalitee-1.11
break out the list of expected tests, for easier modification
MCA 0.88 removed some metrics from the standard set
new [@Author::ETHER]
Test-Kwalitee-1.12
Dist::Zilla::Plugin::Test::Kwalitee (up to 2.04) has been broken since 1.10 added the %ENV checks
fix namespaces test to avoid ::Conflicts module
prevent errors when running outside of a build - build/latest is a symlink
add an abstract for the script
do not warn if the test is in xt/
canonicalize old timetamps in Changes file
avoid checking for version in ::Conflicts file
TK is now included by the pluginbundle
temporarily remove [CheckPrereqsIndexed] - it does not like != in prereq versions
Test-Kwalitee-1.13
::Conflicts modules do not get $VERSIONs, as they hide from PAUSE
warnings() was not added until version 0.005!
Test-Kwalitee-1.14
tidier way of hacking VERSION when necessary
changelog for [Test::Compile] release
Test-Kwalitee-1.15
print even more diagnostics, when available
bump dependency on MCA to get more improvements and fixes to metrics
remove manual sorting of generators, now handled by MCA 0.91
missing develop prereq
make warning tests author-only
new CONTRIBUTING file
Test-Kwalitee-1.16
doh! test count varies with AUTHOR_TESTING now
Test-Kwalitee-1.17
Merge pull request #7 from dsteinbrunner/patch-1
refresh autogenerated files
Merge pull request #8 from zoffixznet/update-metrics
canonicalize changelog entries
some pod parkup and minor fixes
fix pod markup when referencing the script
add vim modeline
Test-Kwalitee-1.18
fix version self-reference when listing metrics
include version with module name
capitalize abstract
clarify this comment - these tests are not identical
MCK 0.91 now sorts the generators
no longer need Dist::CheckConflicts to check for breakages
refer to MCA's own executable, which tests a tarball
add irc and mailing list info to metadata
use my new [Test::CleanNamespaces] plugin!
tighten up entries
Pod::Weaver 4 includes [-SingleEncoding]
remove unneeded plugin
bump prereq version for Test::Warnings (for anyone who is copying this code) to get more reliable :no_end_test
add some keywords to metadata
the executable now lives in the new dist for App::CPANTS::Lint
delete tests for now-shelved TB2 before the indexed version of the new code path reaches 1.005
MCA 0.93_01 added core metric has_abstract_in_pod
Test-Kwalitee-1.19
add more things to SEE ALSO
allow these tests to run for newer Test::Builders
now using [Git::Contributors]
save warnings so they can be dumped on failure
new doc section for metrics
remove deprecated and undocumented "basedir" argument
new "kwalitee_ok" function; calling via import directly is now deprecated
fix kwalitee_ok() return value to behave like other test subs
Test-Kwalitee-1.20-TRIAL
MCA 0.93_03 added meta_json_conforms_to_known_spec, meta_json_is_parsable and s/metayml/meta_yml/g
Test-Kwalitee-1.21
load the module before changing directories, so we don't unknowingly run the installed version -- broken since 1.10
more diagnostics on failure
run indicators even if we have already gotten a failure (oops!)
Test-Kwalitee-1.22
Kenichi Ishigaki (1):
Don't sort mck->generators in Test::Kwalitee as generators are already ordered (with sub order {} in Module::CPANTS::Kwalitee::*)
Nathan Haigh (1):
commit to give credit to Nathan Haigh for his patch in RT#27547
Zoffix Znet (1):
Updated list of metrics; old ones got deleted; new ones added
chromatic (1):
empty commit for contributors metadata
gregor herrmann (1):
Imported Upstream version 1.22
-----------------------------------------------------------------------
No new revisions were added by this update.
--
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