Deprecated Module: Dancer2::Test
#1645
Labels
Deprecated
Features, code, etc. that are officially deprecated
Milestone
Dancer2::Test
#1645
Why?
There are better alternatives available on CPAN.
Benefits to Dancer2 codebase
We can focus our efforts on improving the core of the code, rather than write code just to test our own work.
Benefit to Dancer2 Community
You can use testing tools you might already be using elsewhere, and not have to learn another test module/framework just for your Dancer2 apps.
Alternatives
Use
Plack::Test
,Test::WWW::Mechanize::PSGI
, or pretty much anything else instead.The text was updated successfully, but these errors were encountered: