From 8cb1842b1cfce084a590726590cbaac39417cdf9 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Wed, 22 Mar 2023 11:02:08 +0100 Subject: [PATCH] missed before --- META.json | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ META.yml | 27 +++++++++++++++++++++++++++ 2 files changed, 76 insertions(+) create mode 100644 META.json create mode 100644 META.yml diff --git a/META.json b/META.json new file mode 100644 index 0000000..73ff3fa --- /dev/null +++ b/META.json @@ -0,0 +1,49 @@ +{ + "abstract" : "Validate recursive hash structures", + "author" : [ + "Thomas v.Dein ", + "Per Carlson " + ], + "dynamic_config" : 0, + "generated_by" : "ExtUtils::MakeMaker version 7.62, CPAN::Meta::Converter version 2.150010", + "license" : [ + "perl_5" + ], + "meta-spec" : { + "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", + "version" : 2 + }, + "name" : "Data-Validate-Struct", + "no_index" : { + "directory" : [ + "t", + "inc" + ] + }, + "prereqs" : { + "build" : { + "requires" : { + "ExtUtils::MakeMaker" : "0" + } + }, + "configure" : { + "requires" : { + "ExtUtils::MakeMaker" : "0" + } + }, + "runtime" : { + "requires" : { + "Data::Validate" : "0", + "Data::Validate::IP" : "0", + "Regexp::Common" : "0" + } + } + }, + "release_status" : "stable", + "resources" : { + "repository" : { + "url" : "https://github.com/TLINDEN/Data-Validate-Struct" + } + }, + "version" : 0.12, +} diff --git a/META.yml b/META.yml new file mode 100644 index 0000000..fdf4f3a --- /dev/null +++ b/META.yml @@ -0,0 +1,27 @@ +--- +abstract: 'Validate recursive hash structures' +author: + - 'Thomas v.Dein ' + - 'Per Carlson ' +build_requires: + ExtUtils::MakeMaker: '0' +configure_requires: + ExtUtils::MakeMaker: '0' +dynamic_config: 0 +generated_by: 'ExtUtils::MakeMaker version 7.62, 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: Data-Validate-Struct +no_index: + directory: + - t + - inc +requires: + Data::Validate: '0' + Data::Validate::IP: '0' + Regexp::Common: '0' +resources: + repository: https://github.com/TLINDEN/Data-Validate-Struct +version: 0.12