From 8e1e447c9e8ee8cb26c4a5d84c1723912a6522ac Mon Sep 17 00:00:00 2001 From: Chad Granum Date: Tue, 30 Jul 2024 15:04:43 -0700 Subject: [PATCH] v2.000000 - NOTE: Backwords incompatible changes, plugins and renderers may need rewriting - IPC system overhaul - Getopt::Yath has been extracted to its own set of modules - Use of Atomic::Pipe to convey data between test and harness - Each test has its own auditor process instead of a single auditor bottleneck - Yath web server (formerly Yath-UI) has been merged in - Yath database (formerly part of Yath-UI) has been merged in - Revamped renderer system - JUnit renderer has been merged in - Database rendering happens in a non-blocking way - Several other systems have been overhauled as a result of the IPC rewrite - More consistent flags - Automatic paging for help (With IO::Pager) - Better command list and organization - Ability to restrict help output to specific sections as needed --help=SECTION - Ability to --show-opts=SECTION to see what your settings do - Support for PostgreSQL, SQLite, MySQL (generic), Percona, and MariaDB - Many other fixes and overhauls --- Changes | 2 ++ Makefile.PL | 2 -- cpanfile | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 9767c676f..87bb33c8c 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ {{$NEXT}} +2.000000 2024-07-30 15:00:13-07:00 America/Los_Angeles (TRIAL RELEASE) + - NOTE: Backwords incompatible changes, plugins and renderers may need rewriting - IPC system overhaul - Getopt::Yath has been extracted to its own set of modules diff --git a/Makefile.PL b/Makefile.PL index 7e9c138ff..002d6798a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -118,7 +118,6 @@ my %WriteMakefileArgs = ( "Test2::Tools::Tiny" => "1.302199", "Test2::Util" => "1.302199", "Test2::Util::Facets2Legacy" => "1.302199", - "Test2::Util::Table" => "1.302199", "Test2::Util::Times" => "0.000163", "Test2::Util::UUID" => "0.002008", "Test2::V0" => "0.000163", @@ -241,7 +240,6 @@ my %FallbackPrereqs = ( "Test2::Tools::Tiny" => "1.302199", "Test2::Util" => "1.302199", "Test2::Util::Facets2Legacy" => "1.302199", - "Test2::Util::Table" => "1.302199", "Test2::Util::Times" => "0.000163", "Test2::Util::UUID" => "0.002008", "Test2::V0" => "0.000163", diff --git a/cpanfile b/cpanfile index 173bc2e36..9fc47b4e7 100644 --- a/cpanfile +++ b/cpanfile @@ -75,7 +75,6 @@ requires "Test2::Tools::Compare" => "0.000163"; requires "Test2::Tools::Tiny" => "1.302199"; requires "Test2::Util" => "1.302199"; requires "Test2::Util::Facets2Legacy" => "1.302199"; -requires "Test2::Util::Table" => "1.302199"; requires "Test2::Util::Times" => "0.000163"; requires "Test2::Util::UUID" => "0.002008"; requires "Test2::V0" => "0.000163";