PerlDancer / Dancer2

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

Deprecated keyword: context #1649

Closed xsawyerx closed 11 months ago

xsawyerx commented 2 years ago

Why?

This is an older keyword reflecting the history in which there was a context object. This object has been removed since in favor of Dancer2::Core::App holding the context.

Benefits to Dancer2 codebase

Remove useless, confusing vestige of a previous state of the code-base.

Benefit to Dancer2 Community

Remove a keyword that is meaningless in the current Dancer2 system.

Alternatives

Use the app keyword instead.

cromedome commented 11 months ago

Deprecated in #1696. Closing.