Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 2ae2f22a1b4c442ba8598ad7d64e39a530ec66cb https://github.com/Perl/perl5/commit/2ae2f22a1b4c442ba8598ad7d64e39a530ec66cb Author: Chad Granum <chad.gra...@dreamhost.com> Date: 2023-11-29 (Wed, 29 Nov 2023)
Changed paths: M MANIFEST 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/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/Tools/Tiny.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/HashBase.pm M cpan/Test-Simple/lib/Test2/Util/Trace.pm M cpan/Test-Simple/lib/ok.pm M cpan/Test-Simple/t/Legacy/is_deeply_fail.t A cpan/Test-Simple/t/Test2/behavior/trace_stamps.t M cpan/Test-Simple/t/Test2/modules/API/Instance.t M cpan/Test-Simple/t/Test2/modules/API/InterceptResult/Event.t M cpan/Test-Simple/t/Test2/modules/Event/Bail.t M cpan/Test-Simple/t/Test2/modules/Event/V2.t Log Message: ----------- cpan/Test-Simple - Update to version 1.302197 1.302197 2023-11-28 17:30:37-08:00 America/Los_Angeles - Add ability to attach timestamps to trace objects via api or env var 1.302196 2023-10-24 10:27:33-07:00 America/Los_Angeles - Fix #882 - Fix handling of VSTRING and LVALUE refs in is_deeply() #918 - Merge several doc fixes from mauke