Note Test::Deep is required due to usage in Survey::Test and Asset::Event.
This commit is contained in:
parent
7fe81165ed
commit
5282a12d47
2 changed files with 9 additions and 2 deletions
|
|
@ -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
|
versions. Be sure to heed the warnings contained herein as they will
|
||||||
save you many hours of grief.
|
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
|
7.9.2
|
||||||
--------------------------------------------------------------------
|
--------------------------------------------------------------------
|
||||||
* new dependency: DateTime::Event::ICal
|
* new dependency: DateTime::Event::ICal 0.10 or higher
|
||||||
|
|
||||||
7.9.0
|
7.9.0
|
||||||
--------------------------------------------------------------------
|
--------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
|
@ -65,7 +65,7 @@ checkModule("HTTP::Request", 1.40 );
|
||||||
checkModule("HTTP::Headers", 1.61 );
|
checkModule("HTTP::Headers", 1.61 );
|
||||||
checkModule("Test::More", 0.82, 2 );
|
checkModule("Test::More", 0.82, 2 );
|
||||||
checkModule("Test::MockObject", 1.02, 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::Exception", 0.27, 2 );
|
||||||
checkModule("Test::Class", 0.31, 2 );
|
checkModule("Test::Class", 0.31, 2 );
|
||||||
checkModule("Pod::Coverage", 0.19, 2 );
|
checkModule("Pod::Coverage", 0.19, 2 );
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue