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

gregoa pushed a change to annotated tag upstream/0.021
in repository libtest-warnings-perl.

        at  5e2f600   (tag)
   tagging  51832660665b3cf6f38964faa3cbe009d9e551bd (commit)
  replaces  upstream/0.016
 tagged by  gregor herrmann
        on  Sat Jun 13 21:58:15 2015 +0200

- Log -----------------------------------------------------------------
Upstream version 0.021

A. Sinan Unur (1):
      Unescaped filename in regex pattern causes test failure on Windows

Graham Knop (1):
      less prerequisites

Karen Etheridge (152):
      initial commit, via [Git::Init]
      initial code and tests
      ensure there is no (inserted) code before strict/warnings
      fix generation of LICENSE
      no need for a stash yet
      documentation!
      more tests, and some examples containing demonstration failing tests
      spelling fixes
      copy auto-generated pod coverage test
      patching pod test to plan for the Test::Warning test via END
      older Test::Builder does not have done_testing!
      make our compile tests pass without confusing Test::Builder::_ending
      fix link
      use italics for emphasis, not bold
      s/Test::Warning/Test::Warnings/g
      the blog post I made about this module
      initial version of these autogenerated files
      Test-Warnings-0.001-TRIAL
      oops, forgot to add a changelog
      fix link
      link to the blog post rather than including the text in the uploaded dist
      :no_end_test, for when you really don't want to do things in END
      demonstrate compatibility with skip_all
      better heuristic for checking for done_testing (thanks ilmari!)
      no need to export CMM sugar here
      clean namespaces release test
      fix allow_warnings(undef) -> do NOT allow warnings
      mark allow_warnings() and allowing_warnings() as experimental
      fix spelling test
      first non-TRIAL release!
      Test-Warnings-0.002
      dist abstract automatically extracted from main module
      remove silly test with no purpose
      test that had_no_warnings() can override its test name
      move this test aside, to contain tests that use Test::Builder 0.9x
      allow tests to run using TB2 (tested with Test-Simple-1.005000_006)
      avoid adding these prereqs if we build in the presence of TB2
      changelog
      Merge branch 'topic/tb2'
      Test-Warnings-0.003
      build with my new plugin bundle!
      put stopwords right in pod, with the help of podweaver and the StopWords 
plugin
      comment to match its twin
      test to demonstrate (now-fixed) behaviour with no_plan
      remove unneeded parentheses
      load this up front; we always need it
      emit warnings via note() rather than warn() when allowing warnings
      plug strictures
      suggest, and test, "use if" syntax
      run with a smaller test of kwalitee checks
      Test-Warnings-0.004
      use bulleted list for SEE ALSO
      clarify why we have a custom clean-namespaces test
      try to switch to [Test::Kwalitee::Extra]; fail, but document what happened
      warnings { code } -- does for Test::Warn what Test::Fatal did for 
Test::Exception
      whitespace in import list
      also add warning() (thanks leont for the suggestion)
      add contributors data to meta and pod
      Merge branch 'topic/capture_warnings'
      depend on latest release of bundle
      Test-Warnings-0.005
      remove a non-core dep we can do without
      Test-Warnings-0.006
      assert that had_no_warnings is never called via a subtest's done_testing
      implicit done_testing in subtests was added in 0.95_01 (RT#86802)
      depend on latest pluginbundle
      copy auto-generated unused vars test
      patching unused vars test to handle the Test::Warning test via END
      remove unneeded shebangs
      do not skip these release tests if prereqs are missing
      Test-Warnings-0.007
      ensure that all tests use strict and warnings
      done_testing was added in 0.88; subtest in 0.94
      avoid letting the test modules generate a plan
      also explicitly mention we replace Test::Warn
      changelog for release
      Test-Warnings-0.008
      use subtests in all customized release tests, for simplicity
      depend on latest pluginbundle
      affirm that we have no non-core runtime prereqs
      fix synopsis to import ":all" for warning()
      add tests that verify the examples that actually pass all their tests
      a bit of doc clarification about warnings() vs. warning()
      new pluginbundle includes TK automatically
      keep track of why this is our minimum bar for core prereq checks
      affirm that this code is compatible with perl 5.6
      caveat re embedding warning checks in a sub (for ribasushi!!!)
      this test can be accomplished without Test::Tester
      :no_end_test should have always covered done_testing too
      keep $no_end_tests off if it was ever turned off
      Test-Warnings-0.009
      clarify docs for :no_end_test
      Revert "keep $no_end_tests off if it was ever turned off"
      better test name
      changelog for [Test::Compile] release
      Test-Warnings-0.010
      changelog for this release
      new CONTRIBUTING file
      Test-Warnings-0.011
      see 
https://github.com/dagolden/Dist-Zilla-Plugin-Test-ReportPrereqs/pull/6
      Test-Warnings-0.012
      remove useless cruft entries
      switch to Pod::Weaver 4, which uses [-SingleEncoding] in [@Default]
      remove the ego lines; canonicalize timestamps
      use head2 for functions, so they are listed in the table of contents
      prevent t/01-basic-tb0.9x.t from irritating Test::Portability
      tweak core prereq checks
      changelog for updated generated files
      Test-Warnings-0.013
      tighten up entries
      add vim modeline
      use my new [Test::CleanNamespaces] plugin!
      add irc and mailing list info to metadata
      minor doc wording and formatting fixes
      test failed if FOO or BAR was set (sorry tobyink!)
      Test-Warnings-0.014
      remove unneeded plugin
      tighten up entries
      fix wording of previous changelog
      add keywords to metadata
      remove all non-core prerequisites, becoming 5.6-friendly
      TB2 as it was is dead; no need to test it any longer
      Test-Warnings-0.015
      rename this file for consistency
      add comments explaining the purpose of each example
      refer to example script explicitly
      move example tests to xt so their prereqs don't cause tears
      Test-Warnings-0.016
      add a placeholder .mailmap
      now using [Git::Contributors]
      document some examples of replacing Test::Warn usage
      Devel::Confess before 0.007005 would hand us a warning message without a 
newline, causing Test::Warnings itself to be reported as the origin of the 
warning
      Test-Warnings-0.017
      Carp 1.25 added a dot to the end of messages
      Test-Warnings-0.018
      one more escape that I forgot
      changelog for PR#7
      Test-Warnings-0.019
      be consistent with punctuation
      fix unparsable $VERSION declaration (RT#101239)
      Test-Warnings-0.020
      let this test run for all commits, not just before release
      at long last, drop the use of fatal warnings in tests
      [Test::CleanNamespaces] is now provided by my plugin bundle
      remove unneeded entries
      shorter pod lists
      fix vim modeline
      File::pushd before 1.004 does "warnings->import" in the main namespace
      add a TODO
      use =head2 for options instead of =items
      documented the caveats with interacting with warnings.pm
      Test-Warnings-0.021

Leon Timmermans (1):
      empty commit to give leont credit for warning() -- closes PR#2

gregor herrmann (1):
      Imported Upstream version 0.021

-----------------------------------------------------------------------

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-warnings-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to