PerlDancer / Dancer2

Perl Dancer Next Generation (rewrite of Perl Dancer)
http://perldancer.org/
Other
542 stars 274 forks source link

Deprecated Module: `Dancer2::Test` #1645

Closed cromedome closed 11 months ago

cromedome commented 2 years ago

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 commented 11 months ago

Deprecated in #1696. Closing.