[libtest2-suite-perl] branch master updated (93cca00 -> 526e47c)

gregor herrmann gregoa at debian.org
Sat Jun 17 20:09:07 UTC 2017


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

gregoa pushed a change to branch master
in repository libtest2-suite-perl.

      from  93cca00   update changelog
       new  8e3a791   drop WAITS-FORs
      adds  8018ef1   Automated Version Bump
      adds  831f262   Class tests failed if the class overloads the bool operator
      adds  a62880f   more bool overload fixes
      adds  838b1de   Merge pull request #111 from djerius/overload_bool
      adds  15edd43   revert unnecessary defined test on boolean
      adds  e47704b   mistakenly overloaded bool twice; should have overloaded bool and ""
      adds  0175dec   get_build returns an object: check return for defined-ness using defined() rather than boolean
      adds  7058ca3   Merge pull request #112 from djerius/overload_bool2
      adds  6c3e39f   move bool overload from Compare::Object to its parent Compare::Base class, to ensure that all subclasses are tested
      adds  07f2be3   more overload bool fixes
      adds  15ad979   objects with nested hashes triggered bool context; fix
      adds  5f7f02f   objects as blessed arrays triggered bool context; fix
      adds  04c3ccc   a blessed array compared to an ordered subset triggered a bool context; fixed
      adds  f3d0133   Merge pull request #113 from djerius/overload_bool3
      adds  74cc4f6   Use a hard-coded table size in all tests
      adds  2de6100   v0.000068
      adds  ee17a42   Automated Version Bump
      adds  19edaf5   Update Changes
      adds  47c6504   v0.000069
      adds  d9a95ca   Automated Version Bump
      adds  5e47015   Term::ReadKey vs Term::Size::Any
      adds  1df4ffd   Revert "a blessed array compared to an ordered subset triggered a bool context; fixed"
      adds  e1a44a3   Revert "objects as blessed arrays triggered bool context; fix"
      adds  e8d0431   Revert "objects with nested hashes triggered bool context; fix"
      adds  69fce2d   Revert "more overload bool fixes"
      adds  2a37d3e   Revert "move bool overload from Compare::Object to its parent Compare::Base class, to ensure that all subclasses are tested"
      adds  1df2606   Update Changes
      adds  480b766   Revert "get_build returns an object: check return for defined-ness using defined() rather than boolean"
      adds  3f8d41c   Revert "mistakenly overloaded bool twice; should have overloaded bool and """
      adds  86cc70c   Revert "revert unnecessary defined test on boolean"
      adds  1d3e847   Revert "more bool overload fixes"
      adds  da19c2e   Revert "Class tests failed if the class overloads the bool operator"
      adds  106e87b   v0.000070
      adds  345f0a3   New upstream version 0.000070
       new  f5b76c1   Updated version 0.000070 from 'upstream/0.000070'
       new  566d9ae   Update debian/changelog
       new  526e47c   releasing package libtest2-suite-perl version 0.000070-1

The 4 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:
 Changes                            | 15 +++++++++++++++
 META.json                          |  2 +-
 META.yml                           |  2 +-
 Makefile.PL                        |  2 +-
 debian/changelog                   | 10 +++-------
 lib/Test2/Bundle.pm                |  2 +-
 lib/Test2/Bundle/Extended.pm       |  2 +-
 lib/Test2/Bundle/More.pm           |  2 +-
 lib/Test2/Bundle/Simple.pm         |  2 +-
 lib/Test2/Compare.pm               |  2 +-
 lib/Test2/Compare/Array.pm         |  2 +-
 lib/Test2/Compare/Bag.pm           |  2 +-
 lib/Test2/Compare/Base.pm          |  2 +-
 lib/Test2/Compare/Bool.pm          |  2 +-
 lib/Test2/Compare/Custom.pm        |  2 +-
 lib/Test2/Compare/DeepRef.pm       |  2 +-
 lib/Test2/Compare/Delta.pm         |  2 +-
 lib/Test2/Compare/Event.pm         |  2 +-
 lib/Test2/Compare/EventMeta.pm     |  2 +-
 lib/Test2/Compare/Hash.pm          |  2 +-
 lib/Test2/Compare/Meta.pm          |  2 +-
 lib/Test2/Compare/Negatable.pm     |  2 +-
 lib/Test2/Compare/Number.pm        |  2 +-
 lib/Test2/Compare/Object.pm        |  2 +-
 lib/Test2/Compare/OrderedSubset.pm |  2 +-
 lib/Test2/Compare/Pattern.pm       |  2 +-
 lib/Test2/Compare/Ref.pm           |  2 +-
 lib/Test2/Compare/Regex.pm         |  2 +-
 lib/Test2/Compare/Scalar.pm        |  2 +-
 lib/Test2/Compare/Set.pm           |  2 +-
 lib/Test2/Compare/String.pm        |  2 +-
 lib/Test2/Compare/Undef.pm         |  2 +-
 lib/Test2/Compare/Wildcard.pm      |  2 +-
 lib/Test2/Mock.pm                  |  2 +-
 lib/Test2/Plugin.pm                |  2 +-
 lib/Test2/Plugin/BailOnFail.pm     |  2 +-
 lib/Test2/Plugin/DieOnFail.pm      |  2 +-
 lib/Test2/Plugin/ExitSummary.pm    |  2 +-
 lib/Test2/Plugin/SRand.pm          |  2 +-
 lib/Test2/Plugin/UTF8.pm           |  2 +-
 lib/Test2/Require.pm               |  2 +-
 lib/Test2/Require/AuthorTesting.pm |  2 +-
 lib/Test2/Require/EnvVar.pm        |  2 +-
 lib/Test2/Require/Fork.pm          |  2 +-
 lib/Test2/Require/Module.pm        |  2 +-
 lib/Test2/Require/Perl.pm          |  2 +-
 lib/Test2/Require/RealFork.pm      |  2 +-
 lib/Test2/Require/Threads.pm       |  2 +-
 lib/Test2/Suite.pm                 |  2 +-
 lib/Test2/Todo.pm                  |  2 +-
 lib/Test2/Tools.pm                 |  2 +-
 lib/Test2/Tools/Basic.pm           |  2 +-
 lib/Test2/Tools/Class.pm           |  2 +-
 lib/Test2/Tools/ClassicCompare.pm  |  2 +-
 lib/Test2/Tools/Compare.pm         |  2 +-
 lib/Test2/Tools/Defer.pm           |  2 +-
 lib/Test2/Tools/Encoding.pm        |  2 +-
 lib/Test2/Tools/Event.pm           |  2 +-
 lib/Test2/Tools/Exception.pm       |  2 +-
 lib/Test2/Tools/Exports.pm         |  2 +-
 lib/Test2/Tools/Grab.pm            |  2 +-
 lib/Test2/Tools/Mock.pm            |  2 +-
 lib/Test2/Tools/Ref.pm             |  2 +-
 lib/Test2/Tools/Subtest.pm         |  2 +-
 lib/Test2/Tools/Target.pm          |  2 +-
 lib/Test2/Tools/Warnings.pm        |  2 +-
 lib/Test2/Util/Grabber.pm          |  2 +-
 lib/Test2/Util/Ref.pm              |  2 +-
 lib/Test2/Util/Stash.pm            |  2 +-
 lib/Test2/Util/Sub.pm              |  2 +-
 lib/Test2/Util/Table.pm            |  5 ++---
 lib/Test2/Util/Table/Cell.pm       |  2 +-
 lib/Test2/Util/Table/LineBreak.pm  |  2 +-
 lib/Test2/Util/Term.pm             |  2 +-
 t/00-report.t                      |  5 ++++-
 t/modules/Compare/Delta.t          |  2 ++
 t/modules/Tools/ClassicCompare.t   |  2 ++
 t/modules/Tools/Compare.t          |  2 ++
 t/modules/Util/Table.t             |  1 +
 t/modules/Util/Table/LineBreak.t   |  2 ++
 80 files changed, 104 insertions(+), 82 deletions(-)

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



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