1{
2   "abstract" : "Consistent object-oriented interface for generating random numbers",
3   "author" : [
4      "David Golden <dagolden@cpan.org>"
5   ],
6   "dynamic_config" : 0,
7   "generated_by" : "Dist::Zilla version 4.300034, CPAN::Meta::Converter version 2.131560",
8   "license" : [
9      "apache_2_0"
10   ],
11   "meta-spec" : {
12      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
13      "version" : "2"
14   },
15   "name" : "Math-Random-OO",
16   "no_index" : {
17      "directory" : [
18         "t",
19         "xt",
20         "examples",
21         "corpus"
22      ],
23      "package" : [
24         "DB"
25      ]
26   },
27   "prereqs" : {
28      "configure" : {
29         "requires" : {
30            "ExtUtils::MakeMaker" : "6.30"
31         }
32      },
33      "develop" : {
34         "requires" : {
35            "Pod::Coverage::TrustPod" : "0",
36            "Test::CPAN::Meta" : "0",
37            "Test::Pod" : "1.41",
38            "Test::Pod::Coverage" : "1.08"
39         }
40      },
41      "runtime" : {
42         "requires" : {
43            "Carp" : "0",
44            "Class::Accessor::Fast" : "0",
45            "Params::Validate" : "0.76",
46            "base" : "0",
47            "perl" : "5.006",
48            "strict" : "0",
49            "warnings" : "0"
50         }
51      },
52      "test" : {
53         "requires" : {
54            "ExtUtils::MakeMaker" : "0",
55            "File::Find" : "0",
56            "File::Spec::Functions" : "0",
57            "File::Temp" : "0",
58            "List::Util" : "0",
59            "Test::MockRandom" : "0.95",
60            "Test::More" : "0",
61            "Test::Number::Delta" : "0.14",
62            "blib" : "0"
63         }
64      }
65   },
66   "provides" : {
67      "Math::Random::OO" : {
68         "file" : "lib/Math/Random/OO.pm",
69         "version" : "0.22"
70      },
71      "Math::Random::OO::Bootstrap" : {
72         "file" : "lib/Math/Random/OO/Bootstrap.pm",
73         "version" : "0.22"
74      },
75      "Math::Random::OO::Normal" : {
76         "file" : "lib/Math/Random/OO/Normal.pm",
77         "version" : "0.22"
78      },
79      "Math::Random::OO::Uniform" : {
80         "file" : "lib/Math/Random/OO/Uniform.pm",
81         "version" : "0.22"
82      },
83      "Math::Random::OO::UniformInt" : {
84         "file" : "lib/Math/Random/OO/UniformInt.pm",
85         "version" : "0.22"
86      }
87   },
88   "release_status" : "stable",
89   "resources" : {
90      "bugtracker" : {
91         "web" : "https://github.com/dagolden/math-random-oo/issues"
92      },
93      "homepage" : "https://metacpan.org/release/Math-Random-OO",
94      "repository" : {
95         "type" : "git",
96         "url" : "git://github.com/dagolden/math-random-oo.git",
97         "web" : "https://github.com/dagolden/math-random-oo"
98      }
99   },
100   "version" : "0.22"
101}
102
103