Dancer2
Dancer2 copied to clipboard
Deprecated Module: `Dancer2::Test`
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.