diff options
Diffstat (limited to 'META.yml')
-rw-r--r-- | META.yml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/META.yml b/META.yml new file mode 100644 index 0000000..fb7f055 --- /dev/null +++ b/META.yml @@ -0,0 +1,28 @@ +--- +abstract: 'JSON (JavaScript Object Notation) encoder/decoder' +author: + - 'Makamaka Hannyaharamitu, E<lt>makamaka[at]cpan.orgE<gt>' +build_requires: + ExtUtils::MakeMaker: '0' +configure_requires: + ExtUtils::MakeMaker: '0' +dynamic_config: 1 +generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150010' +license: perl +meta-spec: + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: '1.4' +name: JSON +no_index: + directory: + - t + - inc +recommends: + JSON::XS: '2.34' +requires: + Test::More: '0' +resources: + bugtracker: https://github.com/makamaka/JSON/issues + repository: https://github.com/makamaka/JSON +version: '4.02' +x_serialization_backend: 'CPAN::Meta::YAML version 0.012' |