[libtest2-suite-perl] branch master updated (7f7e7aa -> ce47d9f)

gregor herrmann gregoa at debian.org
Sun Sep 4 15:42:24 UTC 2016


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  7f7e7aa   releasing package libtest2-suite-perl version 0.000055-1
      adds  12c9242   Automated Version Bump
      adds  acaada3   Typo in displayed perlbug #
      adds  e650b25   Make sure compare loads deps in convert()
      adds  e33d293   v0.000056
      adds  6ea08c9   Automated Version Bump
      adds  5767377   Slack notifications from travis
      adds  a8e5a24   Use +0 to display scalars as numbers.
      adds  5fa9ce1   Merge pull request #54 from Test-More/issue/53
      adds  7efaceb   Add contact info to main docs
      adds  6ed0b8e   v0.000057
      adds  6055605   Automated Version Bump
      adds  74508da   Add an AppVeyor config.
      adds  943277b   Add authordeps to the AppVeyor config.
      adds  993e54a   Try out AppVeyor Slack notifications.
      adds  b062b6f   Only notify Slack about success when it was failing.
      adds  d55cb37   AppVeyor: only notify Slack on failure or status change.
      adds  eeb8406   Travis: Only notify on success when it was failing... take two.
      adds  19a70c4   v0.000058
      adds  8eb8898   New upstream version 0.000058
       new  04c755d   Merge tag 'upstream/0.000058'
       new  e0f03f2   Update debian/changelog
       new  ce47d9f   releasing package libtest2-suite-perl version 0.000058-1

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                            |  10 ++
 MANIFEST                           |   1 +
 META.json                          |   2 +-
 META.yml                           |   2 +-
 Makefile.PL                        |   2 +-
 README                             | 330 +++++++++++++++++++++----------------
 README.md                          |  22 ++-
 appveyor.yml                       |  28 ++++
 debian/changelog                   |   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               |  19 ++-
 lib/Test2/Compare/Array.pm         |   2 +-
 lib/Test2/Compare/Bag.pm           |   2 +-
 lib/Test2/Compare/Base.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/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           |   4 +-
 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                 |  10 +-
 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  |   6 +-
 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/Compare.t                |  14 ++
 t/modules/Tools/ClassicCompare.t   |  56 +++++++
 76 files changed, 415 insertions(+), 219 deletions(-)
 create mode 100644 appveyor.yml

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