[libtest-harness-perl] branch master updated (6be3c3e -> c550f5a)

gregor herrmann gregoa at debian.org
Sun Nov 24 16:39:22 UTC 2013


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  6be3c3e   releasing package libtest-harness-perl version 3.29-1
      adds  1860748   Imported Upstream version 3.30
       new  2200c3a   Merge tag 'upstream/3.30'
       new  faf62e4   New upstream release.
       new  3bf005e   Declare compliance with Debian Policy 3.9.5.
       new  c550f5a   releasing package libtest-harness-perl version 3.30-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                                      |  14 ++++
 META.json                                    | 100 +++++++++++++--------------
 META.yml                                     | 100 +++++++++++++--------------
 Makefile.PL                                  |   1 -
 bin/prove                                    |  14 ++--
 debian/changelog                             |   7 ++
 debian/control                               |   2 +-
 inc/MyBuilder.pm                             |   2 +-
 lib/App/Prove.pm                             |   6 +-
 lib/App/Prove/State.pm                       |   6 +-
 lib/App/Prove/State/Result.pm                |   4 +-
 lib/App/Prove/State/Result/Test.pm           |   4 +-
 lib/TAP/Base.pm                              |   8 +--
 lib/TAP/Formatter/Base.pm                    |   6 +-
 lib/TAP/Formatter/Color.pm                   |   6 +-
 lib/TAP/Formatter/Console.pm                 |   6 +-
 lib/TAP/Formatter/Console/ParallelSession.pm |   6 +-
 lib/TAP/Formatter/Console/Session.pm         |   6 +-
 lib/TAP/Formatter/File.pm                    |   6 +-
 lib/TAP/Formatter/File/Session.pm            |   6 +-
 lib/TAP/Formatter/Session.pm                 |   6 +-
 lib/TAP/Harness.pm                           |   6 +-
 lib/TAP/Harness/Beyond.pod                   |   4 +-
 lib/TAP/Harness/Env.pm                       |   4 +-
 lib/TAP/Object.pm                            |   6 +-
 lib/TAP/Parser.pm                            |   6 +-
 lib/TAP/Parser/Aggregator.pm                 |   6 +-
 lib/TAP/Parser/Grammar.pm                    |   6 +-
 lib/TAP/Parser/Iterator.pm                   |   8 +--
 lib/TAP/Parser/Iterator/Array.pm             |   6 +-
 lib/TAP/Parser/Iterator/Process.pm           |  10 ++-
 lib/TAP/Parser/Iterator/Stream.pm            |   6 +-
 lib/TAP/Parser/IteratorFactory.pm            |   8 +--
 lib/TAP/Parser/Multiplexer.pm                |   6 +-
 lib/TAP/Parser/Result.pm                     |   8 +--
 lib/TAP/Parser/Result/Bailout.pm             |   6 +-
 lib/TAP/Parser/Result/Comment.pm             |   6 +-
 lib/TAP/Parser/Result/Plan.pm                |   6 +-
 lib/TAP/Parser/Result/Pragma.pm              |   6 +-
 lib/TAP/Parser/Result/Test.pm                |   6 +-
 lib/TAP/Parser/Result/Unknown.pm             |   6 +-
 lib/TAP/Parser/Result/Version.pm             |   6 +-
 lib/TAP/Parser/Result/YAML.pm                |   6 +-
 lib/TAP/Parser/ResultFactory.pm              |  10 +--
 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                     |   8 +--
 lib/TAP/Parser/SourceHandler.pm              |  10 +--
 lib/TAP/Parser/SourceHandler/Executable.pm   |   8 +--
 lib/TAP/Parser/SourceHandler/File.pm         |   6 +-
 lib/TAP/Parser/SourceHandler/Handle.pm       |   6 +-
 lib/TAP/Parser/SourceHandler/Perl.pm         |   8 +--
 lib/TAP/Parser/SourceHandler/RawTAP.pm       |   6 +-
 lib/TAP/Parser/YAMLish/Reader.pm             |   6 +-
 lib/TAP/Parser/YAMLish/Writer.pm             |   6 +-
 lib/Test/Harness.pm                          |   6 +-
 t/base.t                                     |   2 +-
 t/harness.t                                  |   3 +-
 t/iterators.t                                |   2 +-
 t/lib/EmptyParser.pm                         |   2 +-
 t/lib/MyFileSourceHandler.pm                 |   2 +-
 t/lib/MyGrammar.pm                           |   2 +-
 t/lib/MyIterator.pm                          |   2 +-
 t/lib/MyPerlSourceHandler.pm                 |   2 +-
 t/lib/MyResult.pm                            |   2 +-
 t/lib/MyResultFactory.pm                     |   2 +-
 t/lib/MySourceHandler.pm                     |   4 +-
 t/lib/TAP/Parser/SubclassTest.pm             |   2 +-
 t/lib/Test/Builder.pm                        |   2 +-
 t/lib/Test/Builder/Module.pm                 |   2 +-
 t/lib/Test/More.pm                           |   2 +-
 t/lib/Test/Simple.pm                         |   2 +-
 t/object.t                                   |   2 +-
 t/parse.t                                    |   6 +-
 t/prove.t                                    |   2 +-
 t/proverun.t                                 |   2 +-
 t/results.t                                  |   2 +-
 t/source_handler.t                           |   2 +
 t/testargs.t                                 |   2 +-
 80 files changed, 310 insertions(+), 289 deletions(-)

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