PerlDancer / Dancer2

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

Run version checks against MetaCPAN. #1586

Closed cromedome closed 3 years ago

cromedome commented 3 years ago

When creating a new application, Dancer2 will check your current version against what is on CPAN, and if you aren't current, gives you a notification. This check was done against search.cpan.org which is no more. Rewritten to use the MetaCPAN API for the version check.

cromedome commented 3 years ago

Merged.