[libtest-harness-perl] branch master updated (1aab1f7 -> fec5ad8)

Damyan Ivanov dmn at moszumanska.debian.org
Sat Jun 13 18:48:39 UTC 2015


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

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

      from  1aab1f7   update changelog
      adds  2ba9ce0   Imported Upstream version 3.33
      adds  2181852   Imported Upstream version 3.35
       new  39155ea   Merge tag 'upstream/3.35'
       new  119f2f8   Refresh manpage-error.patch (offset)
       new  f791e01   Add another typo to manpage-errors.patch
       new  7b55cff   declare conformance to Policy 3.9.6
       new  fec5ad8   releasing package libtest-harness-perl version 3.35-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                                      |   9 +-
 MANIFEST                                     |   2 -
 META.json                                    | 230 +++------------------------
 META.yml                                     | 168 ++-----------------
 Makefile.PL                                  |  93 +++++------
 NotBuild.PL                                  |  39 -----
 bin/prove                                    |   1 +
 debian/changelog                             |  12 +-
 debian/control                               |   2 +-
 debian/patches/manpage-error.patch           |  15 +-
 inc/MyBuilder.pm                             | 149 -----------------
 lib/App/Prove.pm                             |   5 +-
 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                              |  13 +-
 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         |  18 +--
 lib/TAP/Formatter/File.pm                    |   4 +-
 lib/TAP/Formatter/File/Session.pm            |  18 +--
 lib/TAP/Formatter/Session.pm                 |  38 ++++-
 lib/TAP/Harness.pm                           |   4 +-
 lib/TAP/Harness/Env.pm                       |  78 +++++++--
 lib/TAP/Object.pm                            |   4 +-
 lib/TAP/Parser.pm                            |  21 ++-
 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/taint.t                                    |   2 +-
 60 files changed, 331 insertions(+), 746 deletions(-)
 delete mode 100644 NotBuild.PL
 delete mode 100644 inc/MyBuilder.pm

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