summaryrefslogtreecommitdiff
path: root/META.json
blob: 9023c1dc6e46dfc9adf51676d2f5387bc614e992 (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
{
   "abstract" : "an XPath implementation for the PDOM",
   "author" : [
      "Gianni Ceccarelli <dakkar@thenautilus.net>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 6.007, CPAN::Meta::Converter version 2.150005",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : 2
   },
   "name" : "PPIx-XPath",
   "no_index" : {
      "directory" : [
         "t/lib"
      ]
   },
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "develop" : {
         "requires" : {
            "Pod::Coverage::TrustPod" : "0",
            "Test::More" : "0.88",
            "Test::NoTabs" : "0",
            "Test::Pod" : "1.41",
            "Test::Pod::Coverage" : "1.08"
         }
      },
      "runtime" : {
         "requires" : {
            "Carp" : "0",
            "PPI" : "0",
            "Scalar::Util" : "0",
            "Tree::XPathEngine" : "0",
            "perl" : "5.006",
            "strict" : "0",
            "warnings" : "0"
         }
      },
      "test" : {
         "requires" : {
            "Test::Most" : "0"
         }
      }
   },
   "release_status" : "stable",
   "resources" : {
      "repository" : {
         "type" : "git",
         "url" : "git://luxion/PPIx-XPath"
      }
   },
   "version" : "2.02",
   "x_serialization_backend" : "Cpanel::JSON::XS version 3.0217"
}