[libtest2-suite-perl] branch master updated (246d1a6 -> 3c04af1)

gregor herrmann gregoa at debian.org
Wed Nov 1 23:37:41 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  246d1a6   update changelog
      adds  e208ca6   Automated Version Bump
      adds  e7efe3f   Add Test2::Plugin::Times
      adds  cf5828c   v0.000073
      adds  726e72d   Automated Version Bump
      adds  9282aeb   Add Times plugin, fix some tests
      adds  a924a11   v0.000074
      adds  02a2b4b   Automated Version Bump
      adds  f47bca4   Update changes
      adds  d8d8e9d   v0.000075
      adds  4fb014f   Automated Version Bump
      adds  3cec13b   Add GenTemp
      adds  559d871   v0.000076
      adds  32068d8   Automated Version Bump
      adds  e869151   Update Changes
      adds  45e1478   v0.000077
      adds  f61a79a   Automated Version Bump
      adds  c7c2687   Fix TODO for new ok style
      adds  6c53498   v0.000078
      adds  f393c62   Automated Version Bump
      adds  423d15f   Fix issue #129 with perl 5.10.0
      adds  1ff3cf4   Limit the downgrade to 5.10.0
      adds  073d5be   Skip test if MakeMaker not available
      adds  b3e4794   Merge pull request #134 from cv-library/issue129
      adds  86901e9   Merge branch 'master' of github.com:Test-More/Test2-Suite
      adds  fef3e81   Update Changes
      adds  ba42ae2   v0.000079
      adds  ff7cb08   Automated Version Bump
      adds  d171230   Update Changes
      adds  0b16b15   v0.000080
      adds  00daf10   Automated Version Bump
      adds  085ee1f   Fix version check to target 5.10.0
      adds  0b86d0e   Merge pull request #135 from cv-library/510_fix
      adds  0c04543   Update travis threaded perl versions
      adds  61943e1   Merge pull request #137 from spazm/feature/travis-threading
      adds  6c48836   Add support for comparison of references to VSTRING object
      adds  7262412   Merge pull request #143 from cv-library/99_vstring_comparisons
      adds  ecb2e67   Add a Number test that fails due to floating point representation error
      adds  82dcb17   Add Test2::Compare::Float to allow numeric comparison within a tolerance
      adds  ace7c05   Add float() to Test2::Utils::Compare
      adds  2d7cae1   Merge pull request #136 from spazm/feature/Test2-Compare-Float
      adds  dd66d35   Add a documentation example of creating a mock out of thin air
      adds  66b4c7a   Merge pull request #139 from cv-library/mock_doc_tweak
      adds  3fc7a76   Doc tweak to fix issue #128
      adds  5ceacbe   Remove more dollars
      adds  2bc2ca6   Merge pull request #138 from cv-library/issue128
      adds  ff73c8c   documentation referred to (undefined variable) $class rather than Test2::Mock
      adds  c28964c   Merge pull request #122 from djerius/mock-typo
      adds  3b9b033   Compare the bag containing duplicate items correctly
      adds  585e38b   Merge pull request #126 from akiym/bag-duplicate-items
      adds  6e92c8f   Update Changes
      adds  66ddc88   v0.000081
      adds  67dd826   Automated Version Bump
      adds  564c635   Update changes
      adds  197765a   v0.000082
      adds  409040f   Automated Version Bump
      adds  543bc21   Fix tests
      adds  3cb4d7c   TODO broken float test
      adds  7403d2c   v0.000083
      adds  adb241c   New upstream version 0.000083
       new  fa73b7e   Update upstream source from tag 'upstream/0.000083'
       new  0929a73   Update debian/changelog
       new  13485c9   Update (build) dependencies.
       new  e2c6c82   Declare compliance with Debian Policy 4.1.1.
       new  3c04af1   releasing package libtest2-suite-perl version 0.000083-1

The 5 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                                   |  52 ++++++++++++
 MANIFEST                                  |  11 +++
 META.json                                 |   6 +-
 META.yml                                  |   4 +-
 Makefile.PL                               |   6 +-
 cpanfile                                  |   2 +-
 debian/changelog                          |   7 +-
 debian/control                            |   6 +-
 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                      |   4 +-
 lib/Test2/Compare/Array.pm                |   2 +-
 lib/Test2/Compare/Bag.pm                  |   3 +-
 lib/Test2/Compare/Base.pm                 |   2 +-
 lib/Test2/Compare/Bool.pm                 |   2 +-
 lib/Test2/Compare/Custom.pm               |  27 +++---
 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/{Number.pm => Float.pm} |  50 +++++++----
 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               |   4 +-
 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/Event/Times.pm                  |  34 ++++++++
 lib/Test2/Mock.pm                         |   4 +-
 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/Times.pm                 | 105 +++++++++++++++++++++++
 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                         |  13 +--
 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                |  31 ++++++-
 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/GenTemp.pm                | 122 +++++++++++++++++++++++++++
 lib/Test2/Tools/Grab.pm                   |   2 +-
 lib/Test2/Tools/Mock.pm                   |  10 ++-
 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                   |   3 +-
 lib/Test2/Util/Sub.pm                     |   2 +-
 lib/Test2/Util/Table.pm                   |   2 +-
 lib/Test2/Util/Table/Cell.pm              |   2 +-
 lib/Test2/Util/Table/LineBreak.pm         |   2 +-
 lib/Test2/Util/Term.pm                    |   2 +-
 lib/Test2/Util/Times.pm                   | 131 +++++++++++++++++++++++++++++
 lib/Test2/V0.pm                           |   6 +-
 t/modules/Bundle/Extended.t               |   2 +-
 t/modules/Compare.t                       |   1 +
 t/modules/Compare/Bag.t                   |  32 +++++++
 t/modules/Compare/Float.t                 | 110 ++++++++++++++++++++++++
 t/modules/Compare/Number.t                |  10 +++
 t/modules/Plugin/ExitSummary.t            |   2 +
 t/modules/Plugin/Times.t                  |  40 +++++++++
 t/modules/Plugin/UTF8.t                   |   2 +-
 t/modules/Tools/Compare.t                 | 133 +++++++++++++++++++++++++++++-
 t/modules/Tools/Defer.t                   |   1 +
 t/modules/Tools/Encoding.t                |   2 +
 t/modules/Tools/GenTemp.t                 |  44 ++++++++++
 t/modules/Util/Times.t                    |  39 +++++++++
 t/modules/V0.t                            |   2 +-
 t/regression/todo_and_facets.t            |  58 +++++++++++++
 t/regression/utf8-mock.t                  |  23 ++++++
 99 files changed, 1136 insertions(+), 126 deletions(-)
 copy lib/Test2/Compare/{Number.pm => Float.pm} (62%)
 create mode 100644 lib/Test2/Event/Times.pm
 create mode 100644 lib/Test2/Plugin/Times.pm
 create mode 100644 lib/Test2/Tools/GenTemp.pm
 create mode 100644 lib/Test2/Util/Times.pm
 create mode 100644 t/modules/Compare/Float.t
 create mode 100644 t/modules/Plugin/Times.t
 create mode 100644 t/modules/Tools/GenTemp.t
 create mode 100644 t/modules/Util/Times.t
 create mode 100644 t/regression/todo_and_facets.t
 create mode 100644 t/regression/utf8-mock.t

-- 
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