PerlDancer / perldancer-website

Source code of the website of Dancer (written with Dancer)
47 stars 29 forks source link

Fix broken download button on landing page #68

Closed cromedome closed 1 year ago

cromedome commented 1 year ago

MetaCPAN API v0 has been deprecated and shut down, so we could never fill in the download information for the button. The response is slightly different in v1 than v0, so adjusted accordingly - there's no reason to keep short_version and version, so I removed short_version.

The version for Dancer2 doesn't fit as cleanly as the version for Dancer, so I removed it from the button display entirely.

bigpresh commented 1 year ago

Do we even need the version-fetching at all, if it's not going in the download button any more?

cromedome commented 1 year ago

Do we even need the version-fetching at all, if it's not going in the download button any more?

Good point. Updated the PR. Only tracking the download URL now.