diff options
Diffstat (limited to 'META.yml')
| -rw-r--r-- | META.yml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/META.yml b/META.yml new file mode 100644 index 0000000..5d7f7ed --- /dev/null +++ b/META.yml @@ -0,0 +1,26 @@ +--- +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 6.62, CPAN::Meta::Converter version 2.130880' +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: + repository: https://github.com/makamaka/JSON +version: 2.90 |
