shawnlaffan / biodiverse

A tool for the spatial analysis of diversity
http://shawnlaffan.github.io/biodiverse/
GNU General Public License v3.0
73 stars 19 forks source link

Packaging: use ExtUtils::MakeMaker::CPANfile #934

Open shawnlaffan opened 2 months ago

shawnlaffan commented 2 months ago

We currently duplicate the dependencies between Makefile.PL and cpanfile.

We should be able to unify them using ExtUtils::MakeMaker::CPANfile.