Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 83fa20d8acbb32509de307fadc6cefacd44e936c
      
https://github.com/Perl/perl5/commit/83fa20d8acbb32509de307fadc6cefacd44e936c
  Author: Thibault DUPONCHELLE <thibault.duponche...@gmail.com>
  Date:   2024-09-13 (Fri, 13 Sep 2024)

  Changed paths:
    M Porting/release_schedule.pod

  Log Message:
  -----------
  release_schedule.pod: check 5.41.3


  Commit: 637c1768be721aa1db74ce36d0fc007c14d89ac1
      
https://github.com/Perl/perl5/commit/637c1768be721aa1db74ce36d0fc007c14d89ac1
  Author: Thibault DUPONCHELLE <thibault.duponche...@gmail.com>
  Date:   2024-09-13 (Fri, 13 Sep 2024)

  Changed paths:
    M MANIFEST
    M Porting/Maintainers.pl
    M cpan/CPAN/lib/CPAN.pm
    M cpan/CPAN/lib/CPAN/HandleConfig.pm

  Log Message:
  -----------
  cpan/CPAN - Update to version 2.37

2024-08-30  Andreas Koenig  <a...@cpan.org>

        * release 2.37

        * unchanged from 2.37-TRIAL

2024-08-18  Andreas Koenig  <a...@cpan.org>

        * release 2.37-TRIAL

        * This release is dedicated to Abe Timmerman

        * don't use an apostrophe in names (Tony Cook)

        * docs: new FAQ about recommends and suggests

        * docs: improve the answer to FAQ "when an install fails..."

        * docs: document ftpstats_size <=0 in context of the hosts command

        * fix: ensure the config is loaded when we reach edit(); bug reported 
by Abe Timmerman++

        * various maintenance works on the distroprefs collection


  Commit: 9c61068521fb7dd6f1ec9a7e9cf7bcd49512b2c5
      
https://github.com/Perl/perl5/commit/9c61068521fb7dd6f1ec9a7e9cf7bcd49512b2c5
  Author: Thibault DUPONCHELLE <thibault.duponche...@gmail.com>
  Date:   2024-09-13 (Fri, 13 Sep 2024)

  Changed paths:
    M Porting/Maintainers.pl
    M cpan/Test-Simple/lib/Test/Builder.pm
    M cpan/Test-Simple/lib/Test/Builder/Formatter.pm
    M cpan/Test-Simple/lib/Test/Builder/Module.pm
    M cpan/Test-Simple/lib/Test/Builder/Tester.pm
    M cpan/Test-Simple/lib/Test/Builder/Tester/Color.pm
    M cpan/Test-Simple/lib/Test/Builder/TodoDiag.pm
    M cpan/Test-Simple/lib/Test/More.pm
    M cpan/Test-Simple/lib/Test/Simple.pm
    M cpan/Test-Simple/lib/Test/Tester.pm
    M cpan/Test-Simple/lib/Test/Tester/Capture.pm
    M cpan/Test-Simple/lib/Test/Tester/CaptureRunner.pm
    M cpan/Test-Simple/lib/Test/Tester/Delegate.pm
    M cpan/Test-Simple/lib/Test/use/ok.pm
    M cpan/Test-Simple/lib/Test2.pm
    M cpan/Test-Simple/lib/Test2/API.pm
    M cpan/Test-Simple/lib/Test2/API/Breakage.pm
    M cpan/Test-Simple/lib/Test2/API/Context.pm
    M cpan/Test-Simple/lib/Test2/API/Instance.pm
    M cpan/Test-Simple/lib/Test2/API/InterceptResult.pm
    M cpan/Test-Simple/lib/Test2/API/InterceptResult/Event.pm
    M cpan/Test-Simple/lib/Test2/API/InterceptResult/Facet.pm
    M cpan/Test-Simple/lib/Test2/API/InterceptResult/Hub.pm
    M cpan/Test-Simple/lib/Test2/API/InterceptResult/Squasher.pm
    M cpan/Test-Simple/lib/Test2/API/Stack.pm
    M cpan/Test-Simple/lib/Test2/AsyncSubtest.pm
    M cpan/Test-Simple/lib/Test2/AsyncSubtest/Event/Attach.pm
    M cpan/Test-Simple/lib/Test2/AsyncSubtest/Event/Detach.pm
    M cpan/Test-Simple/lib/Test2/AsyncSubtest/Formatter.pm
    M cpan/Test-Simple/lib/Test2/AsyncSubtest/Hub.pm
    M cpan/Test-Simple/lib/Test2/Bundle.pm
    M cpan/Test-Simple/lib/Test2/Bundle/Extended.pm
    M cpan/Test-Simple/lib/Test2/Bundle/More.pm
    M cpan/Test-Simple/lib/Test2/Bundle/Simple.pm
    M cpan/Test-Simple/lib/Test2/Compare.pm
    M cpan/Test-Simple/lib/Test2/Compare/Array.pm
    M cpan/Test-Simple/lib/Test2/Compare/Bag.pm
    M cpan/Test-Simple/lib/Test2/Compare/Base.pm
    M cpan/Test-Simple/lib/Test2/Compare/Bool.pm
    M cpan/Test-Simple/lib/Test2/Compare/Custom.pm
    M cpan/Test-Simple/lib/Test2/Compare/DeepRef.pm
    M cpan/Test-Simple/lib/Test2/Compare/Delta.pm
    M cpan/Test-Simple/lib/Test2/Compare/Event.pm
    M cpan/Test-Simple/lib/Test2/Compare/EventMeta.pm
    M cpan/Test-Simple/lib/Test2/Compare/Float.pm
    M cpan/Test-Simple/lib/Test2/Compare/Hash.pm
    M cpan/Test-Simple/lib/Test2/Compare/Isa.pm
    M cpan/Test-Simple/lib/Test2/Compare/Meta.pm
    M cpan/Test-Simple/lib/Test2/Compare/Negatable.pm
    M cpan/Test-Simple/lib/Test2/Compare/Number.pm
    M cpan/Test-Simple/lib/Test2/Compare/Object.pm
    M cpan/Test-Simple/lib/Test2/Compare/OrderedSubset.pm
    M cpan/Test-Simple/lib/Test2/Compare/Pattern.pm
    M cpan/Test-Simple/lib/Test2/Compare/Ref.pm
    M cpan/Test-Simple/lib/Test2/Compare/Regex.pm
    M cpan/Test-Simple/lib/Test2/Compare/Scalar.pm
    M cpan/Test-Simple/lib/Test2/Compare/Set.pm
    M cpan/Test-Simple/lib/Test2/Compare/String.pm
    M cpan/Test-Simple/lib/Test2/Compare/Undef.pm
    M cpan/Test-Simple/lib/Test2/Compare/Wildcard.pm
    M cpan/Test-Simple/lib/Test2/Event.pm
    M cpan/Test-Simple/lib/Test2/Event/Bail.pm
    M cpan/Test-Simple/lib/Test2/Event/Diag.pm
    M cpan/Test-Simple/lib/Test2/Event/Encoding.pm
    M cpan/Test-Simple/lib/Test2/Event/Exception.pm
    M cpan/Test-Simple/lib/Test2/Event/Fail.pm
    M cpan/Test-Simple/lib/Test2/Event/Generic.pm
    M cpan/Test-Simple/lib/Test2/Event/Note.pm
    M cpan/Test-Simple/lib/Test2/Event/Ok.pm
    M cpan/Test-Simple/lib/Test2/Event/Pass.pm
    M cpan/Test-Simple/lib/Test2/Event/Plan.pm
    M cpan/Test-Simple/lib/Test2/Event/Skip.pm
    M cpan/Test-Simple/lib/Test2/Event/Subtest.pm
    M cpan/Test-Simple/lib/Test2/Event/TAP/Version.pm
    M cpan/Test-Simple/lib/Test2/Event/V2.pm
    M cpan/Test-Simple/lib/Test2/Event/Waiting.pm
    M cpan/Test-Simple/lib/Test2/EventFacet.pm
    M cpan/Test-Simple/lib/Test2/EventFacet/About.pm
    M cpan/Test-Simple/lib/Test2/EventFacet/Amnesty.pm
    M cpan/Test-Simple/lib/Test2/EventFacet/Assert.pm
    M cpan/Test-Simple/lib/Test2/EventFacet/Control.pm
    M cpan/Test-Simple/lib/Test2/EventFacet/Error.pm
    M cpan/Test-Simple/lib/Test2/EventFacet/Hub.pm
    M cpan/Test-Simple/lib/Test2/EventFacet/Info.pm
    M cpan/Test-Simple/lib/Test2/EventFacet/Info/Table.pm
    M cpan/Test-Simple/lib/Test2/EventFacet/Meta.pm
    M cpan/Test-Simple/lib/Test2/EventFacet/Parent.pm
    M cpan/Test-Simple/lib/Test2/EventFacet/Plan.pm
    M cpan/Test-Simple/lib/Test2/EventFacet/Render.pm
    M cpan/Test-Simple/lib/Test2/EventFacet/Trace.pm
    M cpan/Test-Simple/lib/Test2/Formatter.pm
    M cpan/Test-Simple/lib/Test2/Formatter/TAP.pm
    M cpan/Test-Simple/lib/Test2/Hub.pm
    M cpan/Test-Simple/lib/Test2/Hub/Interceptor.pm
    M cpan/Test-Simple/lib/Test2/Hub/Interceptor/Terminator.pm
    M cpan/Test-Simple/lib/Test2/Hub/Subtest.pm
    M cpan/Test-Simple/lib/Test2/IPC.pm
    M cpan/Test-Simple/lib/Test2/IPC/Driver.pm
    M cpan/Test-Simple/lib/Test2/IPC/Driver/Files.pm
    M cpan/Test-Simple/lib/Test2/Manual.pm
    M cpan/Test-Simple/lib/Test2/Manual/Anatomy.pm
    M cpan/Test-Simple/lib/Test2/Manual/Anatomy/API.pm
    M cpan/Test-Simple/lib/Test2/Manual/Anatomy/Context.pm
    M cpan/Test-Simple/lib/Test2/Manual/Anatomy/EndToEnd.pm
    M cpan/Test-Simple/lib/Test2/Manual/Anatomy/Event.pm
    M cpan/Test-Simple/lib/Test2/Manual/Anatomy/Hubs.pm
    M cpan/Test-Simple/lib/Test2/Manual/Anatomy/IPC.pm
    M cpan/Test-Simple/lib/Test2/Manual/Anatomy/Utilities.pm
    M cpan/Test-Simple/lib/Test2/Manual/Concurrency.pm
    M cpan/Test-Simple/lib/Test2/Manual/Contributing.pm
    M cpan/Test-Simple/lib/Test2/Manual/Testing.pm
    M cpan/Test-Simple/lib/Test2/Manual/Testing/Introduction.pm
    M cpan/Test-Simple/lib/Test2/Manual/Testing/Migrating.pm
    M cpan/Test-Simple/lib/Test2/Manual/Testing/Planning.pm
    M cpan/Test-Simple/lib/Test2/Manual/Testing/Todo.pm
    M cpan/Test-Simple/lib/Test2/Manual/Tooling.pm
    M cpan/Test-Simple/lib/Test2/Manual/Tooling/FirstTool.pm
    M cpan/Test-Simple/lib/Test2/Manual/Tooling/Formatter.pm
    M cpan/Test-Simple/lib/Test2/Manual/Tooling/Nesting.pm
    M cpan/Test-Simple/lib/Test2/Manual/Tooling/Plugin/TestExit.pm
    M cpan/Test-Simple/lib/Test2/Manual/Tooling/Plugin/TestingDone.pm
    M cpan/Test-Simple/lib/Test2/Manual/Tooling/Plugin/ToolCompletes.pm
    M cpan/Test-Simple/lib/Test2/Manual/Tooling/Plugin/ToolStarts.pm
    M cpan/Test-Simple/lib/Test2/Manual/Tooling/Subtest.pm
    M cpan/Test-Simple/lib/Test2/Manual/Tooling/TestBuilder.pm
    M cpan/Test-Simple/lib/Test2/Manual/Tooling/Testing.pm
    M cpan/Test-Simple/lib/Test2/Mock.pm
    M cpan/Test-Simple/lib/Test2/Plugin.pm
    M cpan/Test-Simple/lib/Test2/Plugin/BailOnFail.pm
    M cpan/Test-Simple/lib/Test2/Plugin/DieOnFail.pm
    M cpan/Test-Simple/lib/Test2/Plugin/ExitSummary.pm
    M cpan/Test-Simple/lib/Test2/Plugin/SRand.pm
    M cpan/Test-Simple/lib/Test2/Plugin/Times.pm
    M cpan/Test-Simple/lib/Test2/Plugin/UTF8.pm
    M cpan/Test-Simple/lib/Test2/Require.pm
    M cpan/Test-Simple/lib/Test2/Require/AuthorTesting.pm
    M cpan/Test-Simple/lib/Test2/Require/AutomatedTesting.pm
    M cpan/Test-Simple/lib/Test2/Require/EnvVar.pm
    M cpan/Test-Simple/lib/Test2/Require/ExtendedTesting.pm
    M cpan/Test-Simple/lib/Test2/Require/Fork.pm
    M cpan/Test-Simple/lib/Test2/Require/Module.pm
    M cpan/Test-Simple/lib/Test2/Require/NonInteractiveTesting.pm
    M cpan/Test-Simple/lib/Test2/Require/Perl.pm
    M cpan/Test-Simple/lib/Test2/Require/RealFork.pm
    M cpan/Test-Simple/lib/Test2/Require/ReleaseTesting.pm
    M cpan/Test-Simple/lib/Test2/Require/Threads.pm
    M cpan/Test-Simple/lib/Test2/Suite.pm
    M cpan/Test-Simple/lib/Test2/Todo.pm
    M cpan/Test-Simple/lib/Test2/Tools.pm
    M cpan/Test-Simple/lib/Test2/Tools/AsyncSubtest.pm
    M cpan/Test-Simple/lib/Test2/Tools/Basic.pm
    M cpan/Test-Simple/lib/Test2/Tools/Class.pm
    M cpan/Test-Simple/lib/Test2/Tools/ClassicCompare.pm
    M cpan/Test-Simple/lib/Test2/Tools/Compare.pm
    M cpan/Test-Simple/lib/Test2/Tools/Defer.pm
    M cpan/Test-Simple/lib/Test2/Tools/Encoding.pm
    M cpan/Test-Simple/lib/Test2/Tools/Event.pm
    M cpan/Test-Simple/lib/Test2/Tools/Exception.pm
    M cpan/Test-Simple/lib/Test2/Tools/Exports.pm
    M cpan/Test-Simple/lib/Test2/Tools/GenTemp.pm
    M cpan/Test-Simple/lib/Test2/Tools/Grab.pm
    M cpan/Test-Simple/lib/Test2/Tools/Mock.pm
    M cpan/Test-Simple/lib/Test2/Tools/Ref.pm
    M cpan/Test-Simple/lib/Test2/Tools/Refcount.pm
    M cpan/Test-Simple/lib/Test2/Tools/Spec.pm
    M cpan/Test-Simple/lib/Test2/Tools/Subtest.pm
    M cpan/Test-Simple/lib/Test2/Tools/Target.pm
    M cpan/Test-Simple/lib/Test2/Tools/Tester.pm
    M cpan/Test-Simple/lib/Test2/Tools/Tiny.pm
    M cpan/Test-Simple/lib/Test2/Tools/Warnings.pm
    M cpan/Test-Simple/lib/Test2/Util.pm
    M cpan/Test-Simple/lib/Test2/Util/ExternalMeta.pm
    M cpan/Test-Simple/lib/Test2/Util/Facets2Legacy.pm
    M cpan/Test-Simple/lib/Test2/Util/Grabber.pm
    M cpan/Test-Simple/lib/Test2/Util/Guard.pm
    M cpan/Test-Simple/lib/Test2/Util/HashBase.pm
    M cpan/Test-Simple/lib/Test2/Util/Importer.pm
    M cpan/Test-Simple/lib/Test2/Util/Ref.pm
    M cpan/Test-Simple/lib/Test2/Util/Stash.pm
    M cpan/Test-Simple/lib/Test2/Util/Sub.pm
    M cpan/Test-Simple/lib/Test2/Util/Table.pm
    M cpan/Test-Simple/lib/Test2/Util/Table/Cell.pm
    M cpan/Test-Simple/lib/Test2/Util/Table/LineBreak.pm
    M cpan/Test-Simple/lib/Test2/Util/Term.pm
    M cpan/Test-Simple/lib/Test2/Util/Times.pm
    M cpan/Test-Simple/lib/Test2/Util/Trace.pm
    M cpan/Test-Simple/lib/Test2/V0.pm
    M cpan/Test-Simple/lib/Test2/Workflow.pm
    M cpan/Test-Simple/lib/Test2/Workflow/BlockBase.pm
    M cpan/Test-Simple/lib/Test2/Workflow/Build.pm
    M cpan/Test-Simple/lib/Test2/Workflow/Runner.pm
    M cpan/Test-Simple/lib/Test2/Workflow/Task.pm
    M cpan/Test-Simple/lib/Test2/Workflow/Task/Action.pm
    M cpan/Test-Simple/lib/Test2/Workflow/Task/Group.pm
    M cpan/Test-Simple/lib/ok.pm
    M cpan/Test-Simple/t/Legacy/More.t
    M cpan/Test-Simple/t/Legacy/fail-more.t
    M cpan/Test-Simple/t/Test2/modules/Formatter/TAP.t

  Log Message:
  -----------
  cpan/Test-Simple - Update to version 1.302203

1.302203  2024-09-04 16:15:07-07:00 America/Los_Angeles

    - Fix some tests when run on windows


Compare: https://github.com/Perl/perl5/compare/07bb160b4b53...9c61068521fb

To unsubscribe from these emails, change your notification settings at 
https://github.com/Perl/perl5/settings/notifications

Reply via email to