Skip to content

Commit cd8c00a

Browse files
committed
Add META.json to the distribution
1 parent 583d265 commit cd8c00a

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

META.json

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
{
2+
"abstract" : "OpenSSL Verify certificate verification in XS.",
3+
"author" : [
4+
"Timothy Legge <timlegge@cpan.org>",
5+
"Wesley Schwengle <waterkip@cpan.org>"
6+
],
7+
"dynamic_config" : 0,
8+
"generated_by" : "ExtUtils::MakeMaker version 7.38, CPAN::Meta::Converter version 2.150010",
9+
"license" : [
10+
"perl_5"
11+
],
12+
"meta-spec" : {
13+
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
14+
"version" : 2
15+
},
16+
"name" : "Crypt-OpenSSL-Verify",
17+
"no_index" : {
18+
"directory" : [
19+
"t",
20+
"inc"
21+
]
22+
},
23+
"prereqs" : {
24+
"build" : {
25+
"requires" : {
26+
"ExtUtils::MakeMaker" : "6.59",
27+
"File::Slurper" : "0",
28+
"Test::Exception" : "0",
29+
"Test::More" : "0.88"
30+
}
31+
},
32+
"configure" : {
33+
"requires" : {
34+
"ExtUtils::MakeMaker" : "0"
35+
}
36+
},
37+
"runtime" : {
38+
"requires" : {
39+
"Crypt::OpenSSL::X509" : "1.807",
40+
"perl" : "5.010"
41+
}
42+
}
43+
},
44+
"release_status" : "stable",
45+
"resources" : {
46+
"bugtracker" : {
47+
"web" : "https://github.com/perl-net-saml2/perl-Crypt-OpenSSL-Verify/issues"
48+
},
49+
"license" : [
50+
"http://dev.perl.org/licenses"
51+
],
52+
"repository" : {
53+
"url" : "https://github.com/perl-net-saml2/perl-Crypt-OpenSSL-Verify"
54+
}
55+
},
56+
"version" : "0.29",
57+
"x_serialization_backend" : "JSON::PP version 4.04"
58+
}

0 commit comments

Comments
 (0)