]> Dogcows Code - chaz/p5-Linux-Proc-Maps/blob - META.json
4a5f2611eeeb22855eb8ad6032b6a17cb06a68ea
[chaz/p5-Linux-Proc-Maps] / META.json
1 {
2 "abstract" : "Read and write /proc/[pid]/maps files",
3 "author" : [
4 "Charles McGarvey <chazmcgarvey@brokenzipper.com>"
5 ],
6 "dynamic_config" : 0,
7 "generated_by" : "Dist::Zilla version 6.008, CPAN::Meta::Converter version 2.150005",
8 "keywords" : [
9 "linux",
10 "proc",
11 "procfs"
12 ],
13 "license" : [
14 "perl_5"
15 ],
16 "meta-spec" : {
17 "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
18 "version" : 2
19 },
20 "name" : "Linux-Proc-Maps",
21 "no_index" : {
22 "directory" : [
23 "eg",
24 "share",
25 "shares",
26 "t",
27 "xt"
28 ]
29 },
30 "prereqs" : {
31 "configure" : {
32 "requires" : {
33 "ExtUtils::MakeMaker" : "0"
34 }
35 },
36 "develop" : {
37 "requires" : {
38 "Dist::Zilla" : "5",
39 "Dist::Zilla::PluginBundle::Author::CCM" : "0",
40 "English" : "0",
41 "Pod::Coverage::TrustPod" : "0",
42 "Software::License::Perl_5" : "0",
43 "Test::CPAN::Changes" : "0.19",
44 "Test::CPAN::Meta" : "0",
45 "Test::CleanNamespaces" : "0.15",
46 "Test::EOL" : "0",
47 "Test::More" : "0.96",
48 "Test::NoTabs" : "0",
49 "Test::Pod" : "1.41",
50 "Test::Pod::Coverage" : "1.08",
51 "Test::Pod::No404s" : "0",
52 "Test::Portability::Files" : "0"
53 }
54 },
55 "runtime" : {
56 "requires" : {
57 "Carp" : "0",
58 "Exporter" : "0",
59 "File::Spec::Functions" : "0",
60 "namespace::clean" : "0",
61 "strict" : "0",
62 "warnings" : "0"
63 }
64 },
65 "test" : {
66 "recommends" : {
67 "CPAN::Meta" : "2.120900"
68 },
69 "requires" : {
70 "ExtUtils::MakeMaker" : "0",
71 "File::Spec" : "0",
72 "IO::Handle" : "0",
73 "IPC::Open3" : "0",
74 "Path::Tiny" : "0",
75 "Test::More" : "0",
76 "blib" : "1.01",
77 "perl" : "5.006"
78 }
79 }
80 },
81 "provides" : {
82 "Linux::Proc::Maps" : {
83 "file" : "lib/Linux/Proc/Maps.pm",
84 "version" : "0.001"
85 }
86 },
87 "release_status" : "stable",
88 "resources" : {
89 "bugtracker" : {
90 "web" : "https://github.com/chazmcgarvey/Linux-Proc-Maps/issues"
91 },
92 "homepage" : "https://github.com/chazmcgarvey/Linux-Proc-Maps",
93 "repository" : {
94 "type" : "git",
95 "url" : "https://github.com/chazmcgarvey/Linux-Proc-Maps.git",
96 "web" : "https://github.com/chazmcgarvey/Linux-Proc-Maps"
97 }
98 },
99 "version" : "0.001",
100 "x_authority" : "cpan:CCM",
101 "x_serialization_backend" : "Cpanel::JSON::XS version 3.0225"
102 }
103
This page took 0.034654 seconds and 3 git commands to generate.