[libtest2-suite-perl] branch master updated (7d774f0 -> 1f38d89)

gregor herrmann gregoa at debian.org
Sat Jul 30 15:30:01 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  7d774f0   releasing package libtest2-suite-perl version 0.000052-1
      adds  c77ff1e   Version Bump
      adds  97e3c47   Make bag fail if given an empty array
      adds  74b8872   Bag: Clean up diagnostics
      adds  870eaab   Merge pull request #44 from Test-More/43_fix_bag
      adds  9468f22   Auto-commit version bumps
      adds  b7c7e8f   Update Changes
      adds  337faf4   v0.000053
      adds  4526a98   Automated Version Bump
      adds  3d6698e   Update Changes
      adds  fad8aca   v0.000054
      adds  c6f2653   Imported Upstream version 0.000054
       new  df0b581   Merge tag 'upstream/0.000054'
       new  bfe1a2e   Update debian/changelog
       new  9dd0a7d   Add a patch to fix the spelling in the POD.
       new  8289d12   Add a lintian override for a false positive spelling error.
       new  095e70a   autopkgtest: enable more smoke tests.
       new  1f38d89   releasing package libtest2-suite-perl version 0.000054-1

The 6 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                                      |  9 +++++++++
 MANIFEST                                     |  1 +
 META.json                                    |  2 +-
 META.yml                                     |  2 +-
 Makefile.PL                                  |  2 +-
 debian/changelog                             | 10 ++++++++++
 debian/libtest2-suite-perl.lintian-overrides |  3 +++
 debian/patches/series                        |  1 +
 debian/patches/spelling.patch                | 18 ++++++++++++++++++
 debian/tests/pkg-perl/smoke-tests            |  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                     | 21 +++++++++------------
 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                     |  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/Compare/Bag.t                      | 22 ----------------------
 t/regression/43-bag-on-empty.t               | 23 +++++++++++++++++++++++
 77 files changed, 145 insertions(+), 101 deletions(-)
 create mode 100644 debian/libtest2-suite-perl.lintian-overrides
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/spelling.patch
 create mode 100644 debian/tests/pkg-perl/smoke-tests
 create mode 100644 t/regression/43-bag-on-empty.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