1{
2   "abstract" : "Useful mathematical functions not in Perl",
3   "author" : [
4      "John M. Gamble <jgamble@cpan.org>"
5   ],
6   "dynamic_config" : 0,
7   "generated_by" : "Module::Build version 0.4224",
8   "keywords" : [
9      "math",
10      "math-utils",
11      "sign",
12      "gcd",
13      "logarithm",
14      "scale",
15      "softmax",
16      "comparison",
17      "polymonial"
18   ],
19   "license" : [
20      "perl_5"
21   ],
22   "meta-spec" : {
23      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
24      "version" : 2
25   },
26   "name" : "Math-Utils",
27   "prereqs" : {
28      "build" : {
29         "requires" : {
30            "Test::More" : "0"
31         }
32      },
33      "configure" : {
34         "requires" : {
35            "Module::Build" : "0.4"
36         }
37      },
38      "runtime" : {
39         "requires" : {
40            "perl" : "v5.10.1"
41         }
42      }
43   },
44   "provides" : {
45      "Math::Utils" : {
46         "file" : "lib/Math/Utils.pm",
47         "version" : "1.14"
48      }
49   },
50   "release_status" : "stable",
51   "resources" : {
52      "license" : [
53         "http://dev.perl.org/licenses/"
54      ],
55      "repository" : {
56         "url" : "git://github.com/jgamble/Math-Utils.git"
57      }
58   },
59   "version" : "1.14",
60   "x_serialization_backend" : "JSON::PP version 4.00"
61}
62