]> Dogcows Code - chaz/p5-Return-Type-Lexical/blob - META.json
Version 0.002
[chaz/p5-Return-Type-Lexical] / META.json
1 {
2 "abstract" : "Same thing as Return::Type, but lexical",
3 "author" : [
4 "Charles McGarvey <chazmcgarvey@brokenzipper.com>"
5 ],
6 "dynamic_config" : 0,
7 "generated_by" : "Dist::Zilla version 6.014, CPAN::Meta::Converter version 2.150010",
8 "license" : [
9 "perl_5"
10 ],
11 "meta-spec" : {
12 "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
13 "version" : 2
14 },
15 "name" : "Return-Type-Lexical",
16 "no_index" : {
17 "directory" : [
18 "eg",
19 "share",
20 "shares",
21 "t",
22 "xt"
23 ]
24 },
25 "prereqs" : {
26 "configure" : {
27 "requires" : {
28 "ExtUtils::MakeMaker" : "0"
29 }
30 },
31 "develop" : {
32 "requires" : {
33 "Dist::Zilla" : "5",
34 "Dist::Zilla::PluginBundle::Author::CCM" : "0",
35 "Pod::Coverage::TrustPod" : "0",
36 "Software::License::Perl_5" : "0",
37 "Test::CPAN::Changes" : "0.19",
38 "Test::CPAN::Meta" : "0",
39 "Test::CleanNamespaces" : "0.15",
40 "Test::EOL" : "0",
41 "Test::MinimumVersion" : "0",
42 "Test::More" : "0.96",
43 "Test::NoTabs" : "0",
44 "Test::Perl::Critic" : "0",
45 "Test::Pod" : "1.41",
46 "Test::Pod::Coverage" : "1.08",
47 "Test::Pod::No404s" : "0",
48 "Test::Portability::Files" : "0"
49 }
50 },
51 "runtime" : {
52 "requires" : {
53 "Return::Type" : "0",
54 "parent" : "0",
55 "perl" : "5.008",
56 "strict" : "0",
57 "warnings" : "0"
58 }
59 },
60 "test" : {
61 "recommends" : {
62 "CPAN::Meta" : "2.120900"
63 },
64 "requires" : {
65 "ExtUtils::MakeMaker" : "0",
66 "File::Spec" : "0",
67 "IO::Handle" : "0",
68 "IPC::Open3" : "0",
69 "Test::Exception" : "0",
70 "Test::More" : "0",
71 "Types::Standard" : "0"
72 }
73 }
74 },
75 "provides" : {
76 "Return::Type::Lexical" : {
77 "file" : "lib/Return/Type/Lexical.pm",
78 "version" : "0.002"
79 }
80 },
81 "release_status" : "stable",
82 "resources" : {
83 "bugtracker" : {
84 "web" : "https://github.com/chazmcgarvey/Return-Type-Lexical/issues"
85 },
86 "homepage" : "https://github.com/chazmcgarvey/Return-Type-Lexical",
87 "repository" : {
88 "type" : "git",
89 "url" : "https://github.com/chazmcgarvey/Return-Type-Lexical.git",
90 "web" : "https://github.com/chazmcgarvey/Return-Type-Lexical"
91 }
92 },
93 "version" : "0.002",
94 "x_authority" : "cpan:CCM",
95 "x_generated_by_perl" : "v5.28.0",
96 "x_serialization_backend" : "Cpanel::JSON::XS version 4.15",
97 "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
98 }
99
This page took 0.03506 seconds and 4 git commands to generate.