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";