[libtest2-suite-perl] branch master updated (3c04af1 -> 23f76ae)

gregor herrmann gregoa at debian.org
Sun Nov 19 20:54:11 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  3c04af1   releasing package libtest2-suite-perl version 0.000083-1
      adds  793f191   Automated Version Bump
      adds  2b0e4cb   Add Test2::Tools::Tester
      adds  fe5699d   Bump copyright date
      adds  4328a5a   Add version to Tester.pm
      adds  b9d4dd7   Add missing dep
      adds  d5a57f2   v0.000084
      adds  4e6fb52   New upstream version 0.000084
       new  68fbc0f   Update upstream source from tag 'upstream/0.000084'
       new  d1e6ec2   Update debian/changelog
       new  b02b269   Update years of upstream copyright.
       new  c0904d4   Update (build) dependencies.
       new  23f76ae   releasing package libtest2-suite-perl version 0.000084-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                            |   6 +-
 MANIFEST                           |   4 +-
 META.json                          |   7 +-
 META.yml                           |   5 +-
 Makefile.PL                        |   6 +-
 README                             |   2 +-
 README.md                          |   2 +-
 cpanfile                           |   1 +
 debian/changelog                   |   8 ++
 debian/control                     |   2 +
 debian/copyright                   |   4 +-
 lib/Test2/Bundle.pm                |   4 +-
 lib/Test2/Bundle/Extended.pm       |   4 +-
 lib/Test2/Bundle/More.pm           |   4 +-
 lib/Test2/Bundle/Simple.pm         |   4 +-
 lib/Test2/Compare.pm               |   4 +-
 lib/Test2/Compare/Array.pm         |   4 +-
 lib/Test2/Compare/Bag.pm           |   6 +-
 lib/Test2/Compare/Base.pm          |   4 +-
 lib/Test2/Compare/Bool.pm          |   4 +-
 lib/Test2/Compare/Custom.pm        |   4 +-
 lib/Test2/Compare/DeepRef.pm       |   4 +-
 lib/Test2/Compare/Delta.pm         |   4 +-
 lib/Test2/Compare/Event.pm         |   4 +-
 lib/Test2/Compare/EventMeta.pm     |   4 +-
 lib/Test2/Compare/Float.pm         |   4 +-
 lib/Test2/Compare/Hash.pm          |   4 +-
 lib/Test2/Compare/Meta.pm          |   4 +-
 lib/Test2/Compare/Negatable.pm     |   4 +-
 lib/Test2/Compare/Number.pm        |   4 +-
 lib/Test2/Compare/Object.pm        |   4 +-
 lib/Test2/Compare/OrderedSubset.pm |   4 +-
 lib/Test2/Compare/Pattern.pm       |   4 +-
 lib/Test2/Compare/Ref.pm           |   4 +-
 lib/Test2/Compare/Regex.pm         |   4 +-
 lib/Test2/Compare/Scalar.pm        |   4 +-
 lib/Test2/Compare/Set.pm           |   4 +-
 lib/Test2/Compare/String.pm        |   4 +-
 lib/Test2/Compare/Undef.pm         |   4 +-
 lib/Test2/Compare/Wildcard.pm      |   4 +-
 lib/Test2/Event/Times.pm           |   2 +-
 lib/Test2/Mock.pm                  |   4 +-
 lib/Test2/Plugin.pm                |   4 +-
 lib/Test2/Plugin/BailOnFail.pm     |   4 +-
 lib/Test2/Plugin/DieOnFail.pm      |   4 +-
 lib/Test2/Plugin/ExitSummary.pm    |   4 +-
 lib/Test2/Plugin/SRand.pm          |   4 +-
 lib/Test2/Plugin/Times.pm          |   4 +-
 lib/Test2/Plugin/UTF8.pm           |   4 +-
 lib/Test2/Require.pm               |   4 +-
 lib/Test2/Require/AuthorTesting.pm |   4 +-
 lib/Test2/Require/EnvVar.pm        |   4 +-
 lib/Test2/Require/Fork.pm          |   4 +-
 lib/Test2/Require/Module.pm        |   4 +-
 lib/Test2/Require/Perl.pm          |   4 +-
 lib/Test2/Require/RealFork.pm      |   4 +-
 lib/Test2/Require/Threads.pm       |   4 +-
 lib/Test2/Suite.pm                 |   4 +-
 lib/Test2/Todo.pm                  |   4 +-
 lib/Test2/Tools.pm                 |   4 +-
 lib/Test2/Tools/Basic.pm           |   4 +-
 lib/Test2/Tools/Class.pm           |   4 +-
 lib/Test2/Tools/ClassicCompare.pm  |   4 +-
 lib/Test2/Tools/Compare.pm         |   4 +-
 lib/Test2/Tools/Defer.pm           |   4 +-
 lib/Test2/Tools/Encoding.pm        |   4 +-
 lib/Test2/Tools/Event.pm           |   4 +-
 lib/Test2/Tools/Exception.pm       |   4 +-
 lib/Test2/Tools/Exports.pm         |   4 +-
 lib/Test2/Tools/GenTemp.pm         |   4 +-
 lib/Test2/Tools/Grab.pm            |   4 +-
 lib/Test2/Tools/Mock.pm            |   4 +-
 lib/Test2/Tools/Ref.pm             |   4 +-
 lib/Test2/Tools/Subtest.pm         |   4 +-
 lib/Test2/Tools/Target.pm          |   4 +-
 lib/Test2/Tools/Tester.pm          | 254 +++++++++++++++++++++++++++++++++++++
 lib/Test2/Tools/Warnings.pm        |   4 +-
 lib/Test2/Util/Grabber.pm          |   4 +-
 lib/Test2/Util/Ref.pm              |   4 +-
 lib/Test2/Util/Stash.pm            |   4 +-
 lib/Test2/Util/Sub.pm              |   4 +-
 lib/Test2/Util/Table.pm            |   4 +-
 lib/Test2/Util/Table/Cell.pm       |   2 +-
 lib/Test2/Util/Table/LineBreak.pm  |   4 +-
 lib/Test2/Util/Term.pm             |   2 +-
 lib/Test2/Util/Times.pm            |   4 +-
 lib/Test2/V0.pm                    |   4 +-
 t/modules/Tools/Tester.t           | 165 ++++++++++++++++++++++++
 88 files changed, 601 insertions(+), 161 deletions(-)
 create mode 100644 lib/Test2/Tools/Tester.pm
 create mode 100644 t/modules/Tools/Tester.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