summaryrefslogtreecommitdiff
path: root/META.json
blob: e5449de86ca191255b4f407957324a2abca782ec (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
89
{
   "abstract" : "Perl module dependency manager (aka Bundler for Perl)",
   "author" : [
      "Tatsuhiko Miyagawa"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Milla version v1.0.2, Dist::Zilla version 4.300034, CPAN::Meta::Converter version 2.131490",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },
   "name" : "carton",
   "no_index" : {
      "directory" : [
         "t",
         "xt",
         "inc",
         "share",
         "eg",
         "examples"
      ]
   },
   "prereqs" : {
      "build" : {
         "requires" : {
            "Module::Build" : "0.3601"
         }
      },
      "configure" : {
         "requires" : {
            "Module::Build" : "0.3601",
            "version" : "0.77"
         }
      },
      "develop" : {
         "requires" : {
            "Capture::Tiny" : "0",
            "Directory::Scratch" : "0",
            "File::pushd" : "0",
            "Test::Pod" : "1.41",
            "Test::Requires" : "0"
         }
      },
      "runtime" : {
         "requires" : {
            "App::cpanminus" : "1.6915",
            "CPAN::Meta" : "2.120921",
            "Exception::Class" : "1.32",
            "ExtUtils::MakeMaker" : "6.59",
            "Getopt::Long" : "2.39",
            "JSON" : "2.53",
            "Module::Build" : "0.38",
            "Module::Metadata" : "1.000003",
            "Moo" : "1.002",
            "Try::Tiny" : "0.09",
            "local::lib" : "1.008",
            "parent" : "0.223",
            "perl" : "v5.8.5"
         }
      }
   },
   "release_status" : "testing",
   "resources" : {
      "bugtracker" : {
         "web" : "https://github.com/miyagawa/carton/issues"
      },
      "homepage" : "https://github.com/miyagawa/carton",
      "repository" : {
         "type" : "git",
         "url" : "https://github.com/miyagawa/carton.git",
         "web" : "https://github.com/miyagawa/carton"
      }
   },
   "version" : "v0.9.53",
   "x_contributors" : [
      "Christian Walde <walde.christian@googlemail.com>",
      "David Golden <dagolden@cpan.org>",
      "Masahiro Chiba <chiba@everqueue.com>",
      "NAKAGAWA Masaki <masaki.nakagawa@gmail.com>",
      "Pedro Figueiredo <me@pedrofigueiredo.org>",
      "Tatsuhiko Miyagawa <miyagawa@gmail.com>",
      "Yanick Champoux <yanick@babyl.dyndns.org>",
      "ikasam_a <masaki.nakagawa@gmail.com>"
   ]
}