]> Dogcows Code - chaz/p5-Linux-Proc-Maps/blob - META.json
Version 0.002
[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::MinimumVersion" : "0",
48 "Test::More" : "0.96",
49 "Test::NoTabs" : "0",
50 "Test::Pod" : "1.41",
51 "Test::Pod::Coverage" : "1.08",
52 "Test::Pod::No404s" : "0",
53 "Test::Portability::Files" : "0"
54 }
55 },
56 "runtime" : {
57 "requires" : {
58 "Carp" : "0",
59 "Exporter" : "0",
60 "File::Spec::Functions" : "0",
61 "namespace::clean" : "0",
62 "perl" : "5.008",
63 "strict" : "0",
64 "warnings" : "0"
65 }
66 },
67 "test" : {
68 "recommends" : {
69 "CPAN::Meta" : "2.120900"
70 },
71 "requires" : {
72 "ExtUtils::MakeMaker" : "0",
73 "File::Spec" : "0",
74 "IO::Handle" : "0",
75 "IPC::Open3" : "0",
76 "Path::Tiny" : "0",
77 "Test::More" : "0",
78 "blib" : "1.01"
79 }
80 }
81 },
82 "provides" : {
83 "Linux::Proc::Maps" : {
84 "file" : "lib/Linux/Proc/Maps.pm",
85 "version" : "0.002"
86 }
87 },
88 "release_status" : "stable",
89 "resources" : {
90 "bugtracker" : {
91 "web" : "https://github.com/chazmcgarvey/Linux-Proc-Maps/issues"
92 },
93 "homepage" : "https://github.com/chazmcgarvey/Linux-Proc-Maps",
94 "repository" : {
95 "type" : "git",
96 "url" : "https://github.com/chazmcgarvey/Linux-Proc-Maps.git",
97 "web" : "https://github.com/chazmcgarvey/Linux-Proc-Maps"
98 }
99 },
100 "version" : "0.002",
101 "x_authority" : "cpan:CCM",
102 "x_serialization_backend" : "Cpanel::JSON::XS version 3.0224"
103 }
104
This page took 0.03826 seconds and 4 git commands to generate.