r61608 - in /branches/upstream/libtest-harness-perl/current: ./ bin/ lib/App/ lib/App/Prove/ lib/App/Prove/State/ lib/App/Prove/State/Result/ lib/TAP/ lib/TAP/Formatter/ lib/TAP/Formatter/Console/ lib/TAP/Formatter/File/ lib/TAP/Harness/ lib/TAP/Parser/ lib/TAP/Parser/Iterator/ lib/TAP/Parser/Result/ lib/TAP/Parser/Scheduler/ lib/TAP/Parser/SourceHandler/ lib/TAP/Parser/YAMLish/ lib/Test/ t/ t/compat/ t/lib/ t/sample-tests/ t/source_tests/ xt/author/

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sun Aug 15 09:55:40 UTC 2010


Author: periapt-guest
Date: Sun Aug 15 09:54:51 2010
New Revision: 61608

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=61608
Log:
[svn-upgrade] new version libtest-harness-perl (3.22)

Added:
    branches/upstream/libtest-harness-perl/current/NotBuild.PL
    branches/upstream/libtest-harness-perl/current/t/nested.t
    branches/upstream/libtest-harness-perl/current/t/proveversion.t
    branches/upstream/libtest-harness-perl/current/t/sample-tests/simple_yaml_missing_version13
    branches/upstream/libtest-harness-perl/current/t/sample-tests/yaml_late_plan
    branches/upstream/libtest-harness-perl/current/t/source_tests/source_args.sh   (with props)
Removed:
    branches/upstream/libtest-harness-perl/current/Build.PL
    branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/SourceHandler/pgTAP.pm
    branches/upstream/libtest-harness-perl/current/t/lib/MyShebangger.pm
    branches/upstream/libtest-harness-perl/current/t/source_tests/psql
Modified:
    branches/upstream/libtest-harness-perl/current/Changes
    branches/upstream/libtest-harness-perl/current/HACKING.pod
    branches/upstream/libtest-harness-perl/current/MANIFEST
    branches/upstream/libtest-harness-perl/current/MANIFEST.CUMMULATIVE
    branches/upstream/libtest-harness-perl/current/META.yml
    branches/upstream/libtest-harness-perl/current/README
    branches/upstream/libtest-harness-perl/current/bin/prove
    branches/upstream/libtest-harness-perl/current/lib/App/Prove.pm
    branches/upstream/libtest-harness-perl/current/lib/App/Prove/State.pm
    branches/upstream/libtest-harness-perl/current/lib/App/Prove/State/Result.pm
    branches/upstream/libtest-harness-perl/current/lib/App/Prove/State/Result/Test.pm
    branches/upstream/libtest-harness-perl/current/lib/TAP/Base.pm
    branches/upstream/libtest-harness-perl/current/lib/TAP/Formatter/Base.pm
    branches/upstream/libtest-harness-perl/current/lib/TAP/Formatter/Color.pm
    branches/upstream/libtest-harness-perl/current/lib/TAP/Formatter/Console.pm
    branches/upstream/libtest-harness-perl/current/lib/TAP/Formatter/Console/ParallelSession.pm
    branches/upstream/libtest-harness-perl/current/lib/TAP/Formatter/Console/Session.pm
    branches/upstream/libtest-harness-perl/current/lib/TAP/Formatter/File.pm
    branches/upstream/libtest-harness-perl/current/lib/TAP/Formatter/File/Session.pm
    branches/upstream/libtest-harness-perl/current/lib/TAP/Formatter/Session.pm
    branches/upstream/libtest-harness-perl/current/lib/TAP/Harness.pm
    branches/upstream/libtest-harness-perl/current/lib/TAP/Harness/Beyond.pod
    branches/upstream/libtest-harness-perl/current/lib/TAP/Object.pm
    branches/upstream/libtest-harness-perl/current/lib/TAP/Parser.pm
    branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Aggregator.pm
    branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Grammar.pm
    branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Iterator.pm
    branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Iterator/Array.pm
    branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Iterator/Process.pm
    branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Iterator/Stream.pm
    branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/IteratorFactory.pm
    branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Multiplexer.pm
    branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Result.pm
    branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Result/Bailout.pm
    branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Result/Comment.pm
    branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Result/Plan.pm
    branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Result/Pragma.pm
    branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Result/Test.pm
    branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Result/Unknown.pm
    branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Result/Version.pm
    branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Result/YAML.pm
    branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/ResultFactory.pm
    branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Scheduler.pm
    branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Scheduler/Job.pm
    branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Scheduler/Spinner.pm
    branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Source.pm
    branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/SourceHandler.pm
    branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/SourceHandler/Executable.pm
    branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/SourceHandler/File.pm
    branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/SourceHandler/Handle.pm
    branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/SourceHandler/Perl.pm
    branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/SourceHandler/RawTAP.pm
    branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Utils.pm
    branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/YAMLish/Reader.pm
    branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/YAMLish/Writer.pm
    branches/upstream/libtest-harness-perl/current/lib/Test/Harness.pm
    branches/upstream/libtest-harness-perl/current/t/compat/failure.t
    branches/upstream/libtest-harness-perl/current/t/compat/inc-propagation.t
    branches/upstream/libtest-harness-perl/current/t/compat/inc_taint.t
    branches/upstream/libtest-harness-perl/current/t/compat/test-harness-compat.t
    branches/upstream/libtest-harness-perl/current/t/file.t
    branches/upstream/libtest-harness-perl/current/t/grammar.t
    branches/upstream/libtest-harness-perl/current/t/harness-bailout.t
    branches/upstream/libtest-harness-perl/current/t/harness-subclass.t
    branches/upstream/libtest-harness-perl/current/t/harness.t
    branches/upstream/libtest-harness-perl/current/t/iterator_factory.t
    branches/upstream/libtest-harness-perl/current/t/iterators.t
    branches/upstream/libtest-harness-perl/current/t/multiplexer.t
    branches/upstream/libtest-harness-perl/current/t/nofork-mux.t
    branches/upstream/libtest-harness-perl/current/t/nofork.t
    branches/upstream/libtest-harness-perl/current/t/parse.t
    branches/upstream/libtest-harness-perl/current/t/parser-config.t
    branches/upstream/libtest-harness-perl/current/t/parser-subclass.t
    branches/upstream/libtest-harness-perl/current/t/perl5lib.t
    branches/upstream/libtest-harness-perl/current/t/process.t
    branches/upstream/libtest-harness-perl/current/t/prove.t
    branches/upstream/libtest-harness-perl/current/t/proverc.t
    branches/upstream/libtest-harness-perl/current/t/proverun.t
    branches/upstream/libtest-harness-perl/current/t/regression.t
    branches/upstream/libtest-harness-perl/current/t/sample-tests/delayed
    branches/upstream/libtest-harness-perl/current/t/source.t
    branches/upstream/libtest-harness-perl/current/t/source_handler.t
    branches/upstream/libtest-harness-perl/current/t/source_tests/source
    branches/upstream/libtest-harness-perl/current/t/spool.t
    branches/upstream/libtest-harness-perl/current/t/state.t
    branches/upstream/libtest-harness-perl/current/t/state_results.t
    branches/upstream/libtest-harness-perl/current/t/taint.t
    branches/upstream/libtest-harness-perl/current/t/testargs.t
    branches/upstream/libtest-harness-perl/current/t/utils.t
    branches/upstream/libtest-harness-perl/current/xt/author/pod.t

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: branches/upstream/libtest-harness-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/Changes?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/HACKING.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/HACKING.pod?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/MANIFEST?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/MANIFEST.CUMMULATIVE
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/MANIFEST.CUMMULATIVE?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/META.yml?rev=61608&op=diff

Added: branches/upstream/libtest-harness-perl/current/NotBuild.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/NotBuild.PL?rev=61608&op=file

Modified: branches/upstream/libtest-harness-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/README?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/bin/prove
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/bin/prove?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/lib/App/Prove.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/lib/App/Prove.pm?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/lib/App/Prove/State.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/lib/App/Prove/State.pm?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/lib/App/Prove/State/Result.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/lib/App/Prove/State/Result.pm?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/lib/App/Prove/State/Result/Test.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/lib/App/Prove/State/Result/Test.pm?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/lib/TAP/Base.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/lib/TAP/Base.pm?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/lib/TAP/Formatter/Base.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/lib/TAP/Formatter/Base.pm?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/lib/TAP/Formatter/Color.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/lib/TAP/Formatter/Color.pm?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/lib/TAP/Formatter/Console.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/lib/TAP/Formatter/Console.pm?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/lib/TAP/Formatter/Console/ParallelSession.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/lib/TAP/Formatter/Console/ParallelSession.pm?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/lib/TAP/Formatter/Console/Session.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/lib/TAP/Formatter/Console/Session.pm?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/lib/TAP/Formatter/File.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/lib/TAP/Formatter/File.pm?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/lib/TAP/Formatter/File/Session.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/lib/TAP/Formatter/File/Session.pm?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/lib/TAP/Formatter/Session.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/lib/TAP/Formatter/Session.pm?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/lib/TAP/Harness.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/lib/TAP/Harness.pm?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/lib/TAP/Harness/Beyond.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/lib/TAP/Harness/Beyond.pod?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/lib/TAP/Object.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/lib/TAP/Object.pm?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/lib/TAP/Parser.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/lib/TAP/Parser.pm?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Aggregator.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Aggregator.pm?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Grammar.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Grammar.pm?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Iterator.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Iterator.pm?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Iterator/Array.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Iterator/Array.pm?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Iterator/Process.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Iterator/Process.pm?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Iterator/Stream.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Iterator/Stream.pm?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/IteratorFactory.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/IteratorFactory.pm?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Multiplexer.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Multiplexer.pm?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Result.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Result.pm?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Result/Bailout.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Result/Bailout.pm?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Result/Comment.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Result/Comment.pm?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Result/Plan.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Result/Plan.pm?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Result/Pragma.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Result/Pragma.pm?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Result/Test.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Result/Test.pm?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Result/Unknown.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Result/Unknown.pm?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Result/Version.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Result/Version.pm?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Result/YAML.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Result/YAML.pm?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/ResultFactory.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/ResultFactory.pm?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Scheduler.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Scheduler.pm?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Scheduler/Job.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Scheduler/Job.pm?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Scheduler/Spinner.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Scheduler/Spinner.pm?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Source.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Source.pm?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/SourceHandler.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/SourceHandler.pm?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/SourceHandler/Executable.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/SourceHandler/Executable.pm?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/SourceHandler/File.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/SourceHandler/File.pm?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/SourceHandler/Handle.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/SourceHandler/Handle.pm?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/SourceHandler/Perl.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/SourceHandler/Perl.pm?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/SourceHandler/RawTAP.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/SourceHandler/RawTAP.pm?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Utils.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/Utils.pm?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/YAMLish/Reader.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/YAMLish/Reader.pm?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/YAMLish/Writer.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/lib/TAP/Parser/YAMLish/Writer.pm?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/lib/Test/Harness.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/lib/Test/Harness.pm?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/t/compat/failure.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/t/compat/failure.t?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/t/compat/inc-propagation.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/t/compat/inc-propagation.t?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/t/compat/inc_taint.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/t/compat/inc_taint.t?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/t/compat/test-harness-compat.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/t/compat/test-harness-compat.t?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/t/file.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/t/file.t?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/t/grammar.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/t/grammar.t?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/t/harness-bailout.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/t/harness-bailout.t?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/t/harness-subclass.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/t/harness-subclass.t?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/t/harness.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/t/harness.t?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/t/iterator_factory.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/t/iterator_factory.t?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/t/iterators.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/t/iterators.t?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/t/multiplexer.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/t/multiplexer.t?rev=61608&op=diff

Added: branches/upstream/libtest-harness-perl/current/t/nested.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/t/nested.t?rev=61608&op=file

Modified: branches/upstream/libtest-harness-perl/current/t/nofork-mux.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/t/nofork-mux.t?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/t/nofork.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/t/nofork.t?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/t/parse.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/t/parse.t?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/t/parser-config.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/t/parser-config.t?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/t/parser-subclass.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/t/parser-subclass.t?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/t/perl5lib.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/t/perl5lib.t?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/t/process.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/t/process.t?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/t/prove.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/t/prove.t?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/t/proverc.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/t/proverc.t?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/t/proverun.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/t/proverun.t?rev=61608&op=diff

Added: branches/upstream/libtest-harness-perl/current/t/proveversion.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/t/proveversion.t?rev=61608&op=file

Modified: branches/upstream/libtest-harness-perl/current/t/regression.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/t/regression.t?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/t/sample-tests/delayed
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/t/sample-tests/delayed?rev=61608&op=diff

Added: branches/upstream/libtest-harness-perl/current/t/sample-tests/simple_yaml_missing_version13
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/t/sample-tests/simple_yaml_missing_version13?rev=61608&op=file

Added: branches/upstream/libtest-harness-perl/current/t/sample-tests/yaml_late_plan
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/t/sample-tests/yaml_late_plan?rev=61608&op=file

Modified: branches/upstream/libtest-harness-perl/current/t/source.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/t/source.t?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/t/source_handler.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/t/source_handler.t?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/t/source_tests/source
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/t/source_tests/source?rev=61608&op=diff

Added: branches/upstream/libtest-harness-perl/current/t/source_tests/source_args.sh
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/t/source_tests/source_args.sh?rev=61608&op=file

Modified: branches/upstream/libtest-harness-perl/current/t/spool.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/t/spool.t?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/t/state.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/t/state.t?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/t/state_results.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/t/state_results.t?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/t/taint.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/t/taint.t?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/t/testargs.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/t/testargs.t?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/t/utils.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/t/utils.t?rev=61608&op=diff

Modified: branches/upstream/libtest-harness-perl/current/xt/author/pod.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-harness-perl/current/xt/author/pod.t?rev=61608&op=diff




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