bigpresh / Dancer-Plugin-Database

Dancer::Plugin::Database - easy database support for Dancer applications
http://search.cpan.org/dist/Dancer-Plugin-Database
37 stars 36 forks source link

Tuning Dancer2 plugin with minimum perl version #74

Closed netangel closed 8 years ago

netangel commented 8 years ago

Latest Dancer2 fails tests for perl versions < 5.10.0: http://matrix.cpantesters.org/?dist=Dancer2+0.163000

So it could be better to have minimum version defined.

ambs commented 8 years ago

Accordingly with Dancer2 changelog, it is now back to support 5.08:

https://github.com/PerlDancer/Dancer2/blob/master/Changes#L16

If you can prepare a pull request similar to this one but for 5.08 we will be grateful. Best.