Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 81a3a738c7dcfbed88aa3490214043cee1c1d7f1
      
https://github.com/Perl/perl5/commit/81a3a738c7dcfbed88aa3490214043cee1c1d7f1
  Author: James E Keenan <jkee...@cpan.org>
  Date:   2023-08-13 (Sun, 13 Aug 2023)

  Changed paths:
    M Porting/Maintainers.pl

  Log Message:
  -----------
  Remove CUSTOMIZED status for cpan/Test-Harness/t/harness.t

As discussed in https://github.com/Perl/perl5/issues/21368, needed so
that we can sync Test-Harness-2.46 into blead.


  Commit: 6e0b8bd69336ecc95a6ca480c4b2ab58c0080bc2
      
https://github.com/Perl/perl5/commit/6e0b8bd69336ecc95a6ca480c4b2ab58c0080bc2
  Author: Leon Timmermans <faw...@gmail.com>
  Date:   2023-08-13 (Sun, 13 Aug 2023)

  Changed paths:
    M MANIFEST
    M Porting/Maintainers.pl
    M cpan/Test-Harness/bin/prove
    M cpan/Test-Harness/lib/App/Prove.pm
    M cpan/Test-Harness/lib/App/Prove/State.pm
    M cpan/Test-Harness/lib/App/Prove/State/Result.pm
    M cpan/Test-Harness/lib/App/Prove/State/Result/Test.pm
    M cpan/Test-Harness/lib/TAP/Base.pm
    M cpan/Test-Harness/lib/TAP/Formatter/Base.pm
    M cpan/Test-Harness/lib/TAP/Formatter/Color.pm
    M cpan/Test-Harness/lib/TAP/Formatter/Console.pm
    M cpan/Test-Harness/lib/TAP/Formatter/Console/ParallelSession.pm
    M cpan/Test-Harness/lib/TAP/Formatter/Console/Session.pm
    M cpan/Test-Harness/lib/TAP/Formatter/File.pm
    M cpan/Test-Harness/lib/TAP/Formatter/File/Session.pm
    M cpan/Test-Harness/lib/TAP/Formatter/Session.pm
    M cpan/Test-Harness/lib/TAP/Harness.pm
    M cpan/Test-Harness/lib/TAP/Harness/Env.pm
    M cpan/Test-Harness/lib/TAP/Object.pm
    M cpan/Test-Harness/lib/TAP/Parser.pm
    M cpan/Test-Harness/lib/TAP/Parser/Aggregator.pm
    M cpan/Test-Harness/lib/TAP/Parser/Grammar.pm
    M cpan/Test-Harness/lib/TAP/Parser/Iterator.pm
    M cpan/Test-Harness/lib/TAP/Parser/Iterator/Array.pm
    M cpan/Test-Harness/lib/TAP/Parser/Iterator/Process.pm
    M cpan/Test-Harness/lib/TAP/Parser/Iterator/Stream.pm
    M cpan/Test-Harness/lib/TAP/Parser/IteratorFactory.pm
    M cpan/Test-Harness/lib/TAP/Parser/Multiplexer.pm
    M cpan/Test-Harness/lib/TAP/Parser/Result.pm
    M cpan/Test-Harness/lib/TAP/Parser/Result/Bailout.pm
    M cpan/Test-Harness/lib/TAP/Parser/Result/Comment.pm
    M cpan/Test-Harness/lib/TAP/Parser/Result/Plan.pm
    M cpan/Test-Harness/lib/TAP/Parser/Result/Pragma.pm
    M cpan/Test-Harness/lib/TAP/Parser/Result/Test.pm
    M cpan/Test-Harness/lib/TAP/Parser/Result/Unknown.pm
    M cpan/Test-Harness/lib/TAP/Parser/Result/Version.pm
    M cpan/Test-Harness/lib/TAP/Parser/Result/YAML.pm
    M cpan/Test-Harness/lib/TAP/Parser/ResultFactory.pm
    M cpan/Test-Harness/lib/TAP/Parser/Scheduler.pm
    M cpan/Test-Harness/lib/TAP/Parser/Scheduler/Job.pm
    M cpan/Test-Harness/lib/TAP/Parser/Scheduler/Spinner.pm
    M cpan/Test-Harness/lib/TAP/Parser/Source.pm
    M cpan/Test-Harness/lib/TAP/Parser/SourceHandler.pm
    M cpan/Test-Harness/lib/TAP/Parser/SourceHandler/Executable.pm
    M cpan/Test-Harness/lib/TAP/Parser/SourceHandler/File.pm
    M cpan/Test-Harness/lib/TAP/Parser/SourceHandler/Handle.pm
    M cpan/Test-Harness/lib/TAP/Parser/SourceHandler/Perl.pm
    M cpan/Test-Harness/lib/TAP/Parser/SourceHandler/RawTAP.pm
    M cpan/Test-Harness/lib/TAP/Parser/YAMLish/Reader.pm
    M cpan/Test-Harness/lib/TAP/Parser/YAMLish/Writer.pm
    M cpan/Test-Harness/lib/Test/Harness.pm
    M cpan/Test-Harness/t/file.t
    M cpan/Test-Harness/t/harness-bailout.t
    M cpan/Test-Harness/t/harness.t
    M cpan/Test-Harness/t/lib/App/Prove/Plugin/Dummy.pm
    M cpan/Test-Harness/t/lib/App/Prove/Plugin/Dummy2.pm
    M cpan/Test-Harness/t/prove.t
    M cpan/Test-Harness/t/source.t
    M cpan/Test-Harness/t/source_handler.t

  Log Message:
  -----------
  cpan/Test-Harness - Update to version 3.46

3.46  2023-07-30
        - Color the "ok"s as well.
        - Skip symlink tests on msys2
        - Use use absolute path for executable tests
        - Space-quote executable if has spaces
        - Avoid using Errno::EINTR directly for platforms without it
        - stop calling import on App::Prove plugins


Compare: https://github.com/Perl/perl5/compare/e621bd319842...6e0b8bd69336

Reply via email to