Dancer2 icon indicating copy to clipboard operation
Dancer2 copied to clipboard

Deprecated Module: `Dancer2::Test`

Open cromedome opened this issue 3 years ago • 0 comments

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.

cromedome avatar Mar 12 '22 03:03 cromedome