pdl / Articulate

Lightweight Perl CMS Framework
Other
2 stars 2 forks source link

Do not rely on Dancer::Plugin #28

Closed pdl closed 9 years ago

pdl commented 9 years ago

Dancer Plugins have changed a lot in Dancer2. Dancer::Plugin is not really providing much benefit as far as I can see and getting plugins to work for both seems unnecessary.

The only constructor that's really useful is the Articulate one at the beginning, and we could just create Dancer::Plugin::Articulate and Dancer2::Plugin::Articulate.