summaryrefslogtreecommitdiff
path: root/META.json
blob: 7a79c41c9ecce5e9b91634fccaef9b5b608fd8e1 (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
{
   "abstract" : "Perl implementation of the which utility as an API",
   "author" : [
      "Per Einar Ellefsen <pereinar@cpan.org>",
      "Adam Kennedy <adamk@cpan.org>",
      "Graham Ollis <plicease@cpan.org>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 5.036, CPAN::Meta::Converter version 2.150001",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },
   "name" : "File-Which",
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0",
            "perl" : "5.006"
         }
      },
      "runtime" : {
         "requires" : {
            "perl" : "5.006"
         }
      },
      "test" : {
         "requires" : {
            "Test::More" : "0.47",
            "perl" : "5.006"
         }
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "web" : "https://github.com/plicease/File-Which/issues"
      },
      "homepage" : "http://perl.wdlabs.com/File-Which",
      "repository" : {
         "type" : "git",
         "url" : "git://github.com/plicease/File-Which.git",
         "web" : "https://github.com/plicease/File-Which"
      }
   },
   "version" : "1.19"
}