[libtest2-suite-perl] branch master updated (3a4ff82 -> 46e6be0)

Angel Abad angel at debian.org
Sun Nov 27 20:16:27 UTC 2016


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

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

      from  3a4ff82   Update changelog.
      adds  0208988   Automated Version Bump
      adds  e9d7a02   Fix changes
      adds  7ec7675   Add documentation for E() in Compare tool
      adds  28ae905   Merge pull request #65 from Grinnz/document_e_check
      adds  e0da771   Implement etc() and implicit end.
      adds  e9ad82c   Update tests broken by implicit end
      adds  a99ccdc   Merge pull request #66 from Test-More/dsl_stuff
      adds  6f97901   Better manage negatable compare types
      adds  1113e2d   Add bool() compare tool
      adds  f4c7096   Merge pull request #55 from Test-More/compare_bool
      adds  177739c   Fix event() checks broken by implicit end
      adds  372d912   Add try_ok to tools/exception and extended bundle
      adds  3d0ae98   Merge branch 'add_try_ok'
      adds  1b401d2   Compare: make convert() more flexible
      adds  16d818e   Merge remote-tracking branch 'origin/better_convert'
      adds  397ded4   Fix some spelling and clarify some wording.
      adds  4c09ecc   Fix typos in expansion of DNE.
      adds  f9576ec   Improved message for is() change
      adds  abe4c5c   v0.000059
      adds  5f1a63f   Automated Version Bump
      adds  afe7b2b   Change references to Test::Simple to refer to Test::More.
      adds  bfa6433   Fix Defer.t to work in windows
      adds  86a2836   remove __WARN__ hook before re-warning
      adds  927c5c3   Merge pull request #100 from haarg/fix-warn-recurse
      adds  9ff95a0   Update Changes
      adds  2a9c6d1   Add version to Negatable
      adds  ec3e01f   v0.000060
      adds  801095a   Automated Version Bump
      adds  5adcf56   Use the HashBase constants for file and line.
      adds  ab39c3a   Merge pull request #101 from Test-More/file_lines_hashbase
      adds  5f36765   Copy files from build, autogen docs
      adds  48a389b   Add missing files from dist
      adds  44a7b5e   Add missing authordep
      adds  30d5971   When adding an AUTOLOAD to a mocked object's class also add a can sub
      adds  4f72954   Merge pull request #103 from Test-More/autarch/fix-mock-can
      adds  5235fe1   Update Changes File
      adds  be77b31   v0.000061
      adds  823207d   New upstream version 0.000061
       new  42a709d   Merge tag 'upstream/0.000061'
       new  acefe69   Update debian/changelog
       new  46e6be0   Update changelog.

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:
 Changes                            |   7 +
 MANIFEST                           |   2 +-
 META.json                          |   6 +-
 META.yml                           |   4 +-
 Makefile.PL                        |   4 +-
 debian/changelog                   |   7 +
 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          |   6 +-
 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                  |  24 +++-
 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            |   2 +-
 lib/Test2/Util/Table/LineBreak.pm  |   2 +-
 t/modules/Mock.t                   | 264 ++++++++++++++++++-------------------
 t/modules/Tools/Mock.t             |  18 +++
 75 files changed, 259 insertions(+), 213 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