summaryrefslogtreecommitdiff
path: root/META.json
blob: 08d7cfd0c3e867b70caab7cba81dc884be813094 (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
{
   "abstract" : "Build.PL install path logic made easy",
   "author" : [
      "Ken Williams <kwilliams@cpan.org>",
      "Leon Timmermans <leont@cpan.org>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 5.025, CPAN::Meta::Converter version 2.143240",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },
   "name" : "ExtUtils-InstallPaths",
   "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",
            "ExtUtils::Config" : "0.002",
            "File::Spec" : "0",
            "perl" : "5.006",
            "strict" : "0",
            "warnings" : "0"
         }
      },
      "test" : {
         "requires" : {
            "File::Spec" : "0",
            "File::Spec::Functions" : "0.83",
            "File::Temp" : "0",
            "IO::Handle" : "0",
            "IPC::Open3" : "0",
            "Test::More" : "0"
         }
      }
   },
   "provides" : {
      "ExtUtils::InstallPaths" : {
         "file" : "lib/ExtUtils/InstallPaths.pm",
         "version" : "0.011"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "mailto" : "bug-extutils-installpaths at rt.cpan.org",
         "web" : "http://rt.cpan.org/Public/Dist/Display.html?Name=ExtUtils-InstallPaths"
      },
      "repository" : {
         "type" : "git",
         "url" : "git://github.com/Leont/extutils-installpaths.git",
         "web" : "https://github.com/Leont/extutils-installpaths"
      }
   },
   "version" : "0.011"
}