1{
2   "abstract" : "method and function declarations with signatures and no source filter",
3   "author" : [
4      "Michael G Schwern <schwern@pobox.com>"
5   ],
6   "dynamic_config" : 1,
7   "generated_by" : "Module::Build version 0.4211",
8   "license" : [
9      "perl_5"
10   ],
11   "meta-spec" : {
12      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
13      "version" : "2"
14   },
15   "name" : "Method-Signatures",
16   "prereqs" : {
17      "build" : {
18         "requires" : {
19            "Module::Build" : "0.26",
20            "Test::Builder" : "0.82",
21            "Test::Exception" : "0.29",
22            "Test::More" : "0.82",
23            "Test::Warn" : "0.10"
24         }
25      },
26      "configure" : {
27         "requires" : {
28            "Module::Build" : "0.31"
29         }
30      },
31      "runtime" : {
32         "recommends" : {
33            "Data::Alias" : "1.08",
34            "Moose" : "0.96"
35         },
36         "requires" : {
37            "Any::Moose" : "0.11",
38            "Const::Fast" : "0.006",
39            "Devel::Declare" : "0.006002",
40            "Devel::Declare::MethodInstaller::Simple" : "0.006002",
41            "Lexical::SealRequireHints" : "0.008",
42            "Mouse" : "0.64",
43            "PPI" : "1.203",
44            "Sub::Name" : "0.03",
45            "perl" : "v5.8.1"
46         }
47      }
48   },
49   "provides" : {
50      "Method::Signatures" : {
51         "file" : "lib/Method/Signatures.pm",
52         "version" : "20170211"
53      },
54      "Method::Signatures::Modifiers" : {
55         "file" : "lib/Method/Signatures/Modifiers.pm",
56         "version" : "20170211"
57      },
58      "Method::Signatures::Parameter" : {
59         "file" : "lib/Method/Signatures/Parameter.pm"
60      },
61      "Method::Signatures::Signature" : {
62         "file" : "lib/Method/Signatures/Signature.pm"
63      },
64      "Method::Signatures::Types" : {
65         "file" : "lib/Method/Signatures/Types.pm"
66      },
67      "Method::Signatures::Utils" : {
68         "file" : "lib/Method/Signatures/Utils.pm"
69      }
70   },
71   "release_status" : "stable",
72   "resources" : {
73      "bugtracker" : {
74         "web" : "http://rt.cpan.org/NoAuth/Bugs.html?Dist=Method-Signatures"
75      },
76      "license" : [
77         "http://dev.perl.org/licenses/"
78      ],
79      "repository" : {
80         "url" : "https://github.com/evalEmpire/method-signatures"
81      }
82   },
83   "version" : "20170211"
84}
85