summaryrefslogtreecommitdiff
path: root/META.json
diff options
context:
space:
mode:
Diffstat (limited to 'META.json')
-rw-r--r--META.json58
1 files changed, 41 insertions, 17 deletions
diff --git a/META.json b/META.json
index aa47bf4..0ee7bdd 100644
--- a/META.json
+++ b/META.json
@@ -3,8 +3,8 @@
"author" : [
"JoNO <jonozzz@yahoo.com>"
],
- "dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 7.62, CPAN::Meta::Converter version 2.150010",
+ "dynamic_config" : 0,
+ "generated_by" : "Dist::Zilla version 6.030, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
@@ -13,17 +13,10 @@
"version" : 2
},
"name" : "Crypt-OpenSSL-PKCS10",
- "no_index" : {
- "directory" : [
- "t",
- "inc"
- ]
- },
"prereqs" : {
"build" : {
"requires" : {
- "ExtUtils::MakeMaker" : "0",
- "Test" : "0"
+ "Crypt::OpenSSL::Guess" : "0.11"
}
},
"configure" : {
@@ -32,13 +25,36 @@
"ExtUtils::MakeMaker" : "0"
}
},
+ "develop" : {
+ "requires" : {
+ "Test::CPAN::Meta::JSON" : "0.16",
+ "Test::Kwalitee" : "1.21",
+ "Test::Pod" : "1.41",
+ "Test::Spelling" : "0.12"
+ }
+ },
"runtime" : {
"recommends" : {
"Crypt::OpenSSL::Bignum" : "0"
},
"requires" : {
- "Crypt::OpenSSL::RSA" : "0"
+ "Crypt::OpenSSL::RSA" : "0",
+ "Exporter" : "0",
+ "XSLoader" : "0",
+ "perl" : "5.008"
}
+ },
+ "test" : {
+ "requires" : {
+ "Crypt::OpenSSL::RSA" : "0",
+ "Test::More" : "0"
+ }
+ }
+ },
+ "provides" : {
+ "Crypt::OpenSSL::PKCS10" : {
+ "file" : "lib/Crypt/OpenSSL/PKCS10.pm",
+ "version" : "0.25"
}
},
"release_status" : "stable",
@@ -46,11 +62,19 @@
"bugtracker" : {
"web" : "https://rt.cpan.org/Public/Dist/Display.html?Name=Crypt-OpenSSL-PKCS10"
},
- "homepage" : "https://metacpan.org/pod/Crypt::OpenSSL::PKCS10",
- "license" : [
- "http://dev.perl.org/licenses/"
- ]
+ "homepage" : "http://search.cpan.org/dist/Crypt-OpenSSL-PKCS10/",
+ "repository" : {
+ "type" : "git",
+ "url" : "git://github.com/perl-openssl/perl-crypt-openssl-pkcs10.git",
+ "web" : "https://github.com/perl-openssl/perl-crypt-openssl-pkcs10"
+ }
},
- "version" : "0.20",
- "x_serialization_backend" : "JSON::PP version 4.06"
+ "version" : "0.25",
+ "x_generated_by_perl" : "v5.38.0",
+ "x_maintainers" : [
+ "Timothy Legge <timlegge@cpan.org>"
+ ],
+ "x_serialization_backend" : "Cpanel::JSON::XS version 4.37",
+ "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
}
+