diff --git a/docs/gotcha.txt b/docs/gotcha.txt index 2c8f419df..70d6bfe3e 100644 --- a/docs/gotcha.txt +++ b/docs/gotcha.txt @@ -7,9 +7,16 @@ upgrading from one version to the next, or even between multiple versions. Be sure to heed the warnings contained herein as they will save you many hours of grief. +7.9.3 +-------------------------------------------------------------------- + * Test:Deep, which had been an optional dependency for testing, has been used + in components of the core for a while, since the release of the new Survey. + Test::Deep version 0.095 or higher is now required. + + 7.9.2 -------------------------------------------------------------------- - * new dependency: DateTime::Event::ICal + * new dependency: DateTime::Event::ICal 0.10 or higher 7.9.0 -------------------------------------------------------------------- diff --git a/sbin/testEnvironment.pl b/sbin/testEnvironment.pl index 624498e98..3205eb8e2 100755 --- a/sbin/testEnvironment.pl +++ b/sbin/testEnvironment.pl @@ -65,7 +65,7 @@ checkModule("HTTP::Request", 1.40 ); checkModule("HTTP::Headers", 1.61 ); checkModule("Test::More", 0.82, 2 ); checkModule("Test::MockObject", 1.02, 2 ); -checkModule("Test::Deep", 0.095, 2 ); +checkModule("Test::Deep", 0.095, ); checkModule("Test::Exception", 0.27, 2 ); checkModule("Test::Class", 0.31, 2 ); checkModule("Pod::Coverage", 0.19, 2 );