summaryrefslogtreecommitdiff
path: root/META.json
blob: df02534c165dfa284629366cde317cb699784151 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
   "abstract" : "Check if your Manifest matches your distro",
   "author" : [
      "Renee Baecker <reneeb@cpan.org>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010",
   "license" : [
      "artistic_2"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : 2
   },
   "name" : "Test-CheckManifest",
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "develop" : {
         "requires" : {
            "Pod::Coverage::TrustPod" : "0",
            "Test::Pod" : "1.41",
            "Test::Pod::Coverage" : "1.08"
         }
      },
      "runtime" : {
         "requires" : {
            "Carp" : "0",
            "Cwd" : "3.75",
            "Data::Dumper" : "0",
            "File::Basename" : "0",
            "File::Find" : "0",
            "File::Spec" : "0",
            "Scalar::Util" : "0",
            "Test::Builder" : "0",
            "Test::More" : "0",
            "perl" : "5.008"
         }
      },
      "test" : {
         "requires" : {
            "CPAN::Meta::YAML" : "0",
            "File::Path" : "0",
            "IO::File" : "0",
            "Pod::Coverage::TrustPod" : "0"
         }
      }
   },
   "provides" : {
      "Test::CheckManifest" : {
         "file" : "lib/Test/CheckManifest.pm",
         "version" : "1.43"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "web" : "http://github.com/reneeb/Test-CheckManifest/issues"
      },
      "homepage" : "http://github.com/reneeb/Test-CheckManifest",
      "repository" : {
         "type" : "git",
         "url" : "http://github.com/reneeb/Test-CheckManifest.git",
         "web" : "http://github.com/reneeb/Test-CheckManifest"
      }
   },
   "version" : "1.43",
   "x_contributors" : [
      "bernhard <Bernhard.Schmalhofer@gmx.de>",
      "Dan Book <grinnz@gmail.com>",
      "doug <doug@hcsw.org>",
      "E. Choroba <choroba@matfyz.cz>",
      "LorenzoTa <LorenzoTa@users.noreply.github.com>",
      "LorenzoTa <lortav72@gmail.com>",
      "Michael Gray <michael@michaelgray.info>",
      "Mohammad S Anwar <mohammad.anwar@yahoo.com>",
      "Paul Cochrane <paul.cochrane@posteo.de>",
      "reneeb <github@renee-baecker.de>",
      "reneeb <info@perl-services.de>",
      "Renee <reb@perl-services.de>"
   ],
   "x_generated_by_perl" : "v5.30.0",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.19"
}