An introduction to CPAN distribution metadata

Posted on April 3, 2017. Filed under: Uncategorized | Tags: , , |

An introduction to CPAN distribution metadata

All CPAN releases (these days) include a metadata file which has information about the distribution. It can be used by tools like CPAN clients (when installing modules), but it’s also helpful for other tool writers, and people analysing the structure of CPAN. The metadata file will be called META.yml or META.json, and recent releases often contain both.

Posts in this series:

  1. An introduction to CPAN distribution metadata
  2. Dependency phases in CPAN distribution metadata
  3. Specifying the type of your CPAN dependencies
  4. Specifying dependencies for your CPAN distribution

Liked it here?
Why not try sites on the blogroll...