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  46e6be0   Update changelog.
      adds  0d13fa3   Automated Version Bump
      adds  e8069f8   do not use blead with travis, broken
      adds  fd7b10c   Handle an event without a trace object in 
Test2::Compare::Event
      adds  48f5fad   Merge pull request #105 from 
Test-More/autarch/event-without-trace
      adds  d3e1a92   Make test work in small terminals
      adds  b1605ea   Change Test2::Plugin::UTF8 to not alter STDOUT/ERR.
      adds  b90b03b   Merge pull request #95 from Test-More/protect_stdout
      adds  db82b69   Enhance table
      adds  6eef25d   Update Changes
      adds  7a2cdf3   Update Changes
      adds  be73457   Add version to Cell
      adds  d604e28   v0.000062
      adds  bb9f3f7   Automated Version Bump
      adds  738277d   Fix a typo in the Changes for 0.000062
      adds  7e8dc9b   Update Changes
      adds  052905f   v0.000063
      adds  dca02cb   New upstream version 0.000063
       new  3524b80   Merge tag 'upstream/0.000063'
       new  d82cae5   Update debian/changelog
       new  f60d365   debian/control: Update {Build-}Depends.
       new  4a35f6a   Update changelog.

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                            |  12 ++
 MANIFEST                           |   3 +
 META.json                          |   4 +-
 META.yml                           |   4 +-
 Makefile.PL                        |   6 +-
 cpanfile                           |   2 +-
 debian/changelog                   |   8 +
 debian/control                     |   4 +-
 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         |   3 +-
 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           |  29 ++--
 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            | 334 ++++++++++++++++++++-----------------
 lib/Test2/Util/Table/Cell.pm       |  96 +++++++++++
 lib/Test2/Util/Table/LineBreak.pm  |  41 ++---
 lib/Test2/Util/Term.pm             |  56 +++++++
 t/modules/Bundle/Extended.t        |   8 +-
 t/modules/Plugin/UTF8.t            |  46 +++--
 t/modules/Tools/Mock.t             |   2 +-
 t/modules/Util/Table.t             |  88 ++--------
 t/modules/Util/Table/Cell.t        |  37 ++++
 82 files changed, 544 insertions(+), 365 deletions(-)
 create mode 100644 lib/Test2/Util/Table/Cell.pm
 create mode 100644 lib/Test2/Util/Term.pm
 create mode 100644 t/modules/Util/Table/Cell.t

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtest2-suite-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