ExtUtils::MakeMaker::JSONMETA - (deprecated) write META.json instead of META.yml


JSON-CPAN-Meta documentation  | view source Contained in the JSON-CPAN-Meta distribution.

Index


NAME

Top

ExtUtils::MakeMaker::JSONMETA - (deprecated) write META.json instead of META.yml

SYNOPSIS

Top

Achtung! This library will soon be obsolete as EUMM moves to use the official CPAN::Meta::Spec JSON files.

In your Makefile.PL:

  use ExtUtils::MakeMaker;
  eval { require ExtUtils::MakeMaker::JSONMETA; };

  WriteMakefile(...);

If EU::MM::JSONMETA cannot be loaded (for example, because a user who is installing your module does not have it or JSON installed), things will continue as usual. If it can be loaded, a META.json file will be produced, containing JSON.

SEE ALSO

Top

JSON::CPAN::META

AUTHOR AND COPYRIGHT

Top


JSON-CPAN-Meta documentation  | view source Contained in the JSON-CPAN-Meta distribution.