The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.08

  • fixed licensing list (adding Artistic2). (Bernhard Schmalhofer)
  • value for license is mandatory, but the actual value could be any string. Therefore the license() function now returns 1 if the given value is a known license type, returns 2 if a value is given, or 0 if no value is given.
  • hashref returned of the parsed META.yml file, by both meta_spec_ok() and meta_yaml_ok(), in the event the user wishes to perform addition checks on the values of the hash keys. (Adam Kennedy)
  • added t/05metaspec.t test file.

Modules

Validation of the META.yml file in a CPAN distribution.
Validation of META.yml specification elements.