[libtest-harness-perl] branch master updated (7f22328 -> d48bbd5)

gregor herrmann gregoa at debian.org
Sun Jun 8 09:45:43 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libtest-harness-perl.

      from  7f22328   update changelog
      adds  a6f4a64   Imported Upstream version 3.31
       new  2764285   Merge tag 'upstream/3.31'
       new  4cb7f0e   New upstream release.
       new  38827b5   Update years of packaging copyright.
       new  d48bbd5   releasing package libtest-harness-perl version 3.31-1

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                                      |   5 ++
 MANIFEST                                     |   1 -
 META.json                                    | 102 +++++++++++++-------------
 META.yml                                     | 106 +++++++++++++--------------
 debian/changelog                             |   7 +-
 debian/copyright                             |   2 +-
 lib/App/Prove.pm                             |  23 ++----
 lib/App/Prove/State.pm                       |   4 +-
 lib/App/Prove/State/Result.pm                |   4 +-
 lib/App/Prove/State/Result/Test.pm           |   4 +-
 lib/TAP/Base.pm                              |   4 +-
 lib/TAP/Formatter/Base.pm                    |   4 +-
 lib/TAP/Formatter/Color.pm                   |   4 +-
 lib/TAP/Formatter/Console.pm                 |   4 +-
 lib/TAP/Formatter/Console/ParallelSession.pm |   4 +-
 lib/TAP/Formatter/Console/Session.pm         |   4 +-
 lib/TAP/Formatter/File.pm                    |   4 +-
 lib/TAP/Formatter/File/Session.pm            |   4 +-
 lib/TAP/Formatter/Session.pm                 |   4 +-
 lib/TAP/Harness.pm                           |  67 ++++++++++++++++-
 lib/TAP/Harness/Env.pm                       |   6 +-
 lib/TAP/Object.pm                            |   4 +-
 lib/TAP/Parser.pm                            |   4 +-
 lib/TAP/Parser/Aggregator.pm                 |   4 +-
 lib/TAP/Parser/Grammar.pm                    |   4 +-
 lib/TAP/Parser/Iterator.pm                   |   4 +-
 lib/TAP/Parser/Iterator/Array.pm             |   4 +-
 lib/TAP/Parser/Iterator/Process.pm           |   4 +-
 lib/TAP/Parser/Iterator/Stream.pm            |   4 +-
 lib/TAP/Parser/IteratorFactory.pm            |   4 +-
 lib/TAP/Parser/Multiplexer.pm                |   4 +-
 lib/TAP/Parser/Result.pm                     |   4 +-
 lib/TAP/Parser/Result/Bailout.pm             |   4 +-
 lib/TAP/Parser/Result/Comment.pm             |   4 +-
 lib/TAP/Parser/Result/Plan.pm                |   4 +-
 lib/TAP/Parser/Result/Pragma.pm              |   4 +-
 lib/TAP/Parser/Result/Test.pm                |   4 +-
 lib/TAP/Parser/Result/Unknown.pm             |   4 +-
 lib/TAP/Parser/Result/Version.pm             |   4 +-
 lib/TAP/Parser/Result/YAML.pm                |   4 +-
 lib/TAP/Parser/ResultFactory.pm              |   4 +-
 lib/TAP/Parser/Scheduler.pm                  |   4 +-
 lib/TAP/Parser/Scheduler/Job.pm              |   4 +-
 lib/TAP/Parser/Scheduler/Spinner.pm          |   4 +-
 lib/TAP/Parser/Source.pm                     |   4 +-
 lib/TAP/Parser/SourceHandler.pm              |   4 +-
 lib/TAP/Parser/SourceHandler/Executable.pm   |   4 +-
 lib/TAP/Parser/SourceHandler/File.pm         |   4 +-
 lib/TAP/Parser/SourceHandler/Handle.pm       |   4 +-
 lib/TAP/Parser/SourceHandler/Perl.pm         |   4 +-
 lib/TAP/Parser/SourceHandler/RawTAP.pm       |   4 +-
 lib/TAP/Parser/YAMLish/Reader.pm             |   4 +-
 lib/TAP/Parser/YAMLish/Writer.pm             |   4 +-
 lib/Test/Harness.pm                          |   4 +-
 t/prove.t                                    |  72 ------------------
 t/proveenv.t                                 |  18 -----
 56 files changed, 278 insertions(+), 311 deletions(-)
 delete mode 100644 t/proveenv.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-harness-perl.git



More information about the Pkg-perl-cvs-commits mailing list