pgxn / pgxn-api

Maintain and serve a REST API to search PGXN mirrors
http://pgxn.org/
15 stars 2 forks source link

Add workflows and prep for release #36

Closed theory closed 5 months ago

theory commented 5 months ago

Add a CI GitHub workflow to test on all supported versions of Perl, and drop the old Travis config.

Also add a release workflow and the Build.PL stuff to support GitHub releases.

Require PGXN::API::Searcher v0.11.1 to ensure #23 and #26 stay fixed, and fix the CPAN meta merging to properly generate a v2 MYMETA.json file.

Increment version to v0.20.0 and update the copyright year.

Drop support for Perl 5.10 and 5.12.

Flesh out the README a bit.