]> Dogcows Code - chaz/p5-HTTP-AnyUA/blob - t/00-report-prereqs.dd
Version 0.900
[chaz/p5-HTTP-AnyUA] / t / 00-report-prereqs.dd
1 do { my $x = {
2 'configure' => {
3 'requires' => {
4 'ExtUtils::MakeMaker' => '0'
5 }
6 },
7 'develop' => {
8 'requires' => {
9 'Dist::Zilla' => '5',
10 'Dist::Zilla::Plugin::Prereqs' => '0',
11 'Dist::Zilla::PluginBundle::Author::CCM' => '0',
12 'English' => '0',
13 'Pod::Coverage::TrustPod' => '0',
14 'Software::License::Perl_5' => '0',
15 'Test::CPAN::Changes' => '0.19',
16 'Test::CPAN::Meta' => '0',
17 'Test::CleanNamespaces' => '0.15',
18 'Test::EOL' => '0',
19 'Test::MinimumVersion' => '0',
20 'Test::More' => '0.96',
21 'Test::NoTabs' => '0',
22 'Test::Pod' => '1.41',
23 'Test::Pod::Coverage' => '1.08',
24 'Test::Pod::No404s' => '0',
25 'Test::Portability::Files' => '0'
26 }
27 },
28 'runtime' => {
29 'requires' => {
30 'Carp' => '0',
31 'Exporter' => '0',
32 'Fcntl' => '0',
33 'Future' => '0',
34 'MIME::Base64' => '0',
35 'Module::Loader' => '0',
36 'Scalar::Util' => '0',
37 'Time::Local' => '0',
38 'bytes' => '0',
39 'parent' => '0',
40 'perl' => '5.010',
41 'strict' => '0',
42 'warnings' => '0'
43 },
44 'suggests' => {
45 'HTTP::Tiny' => '0'
46 }
47 },
48 'test' => {
49 'recommends' => {
50 'CPAN::Meta' => '2.120900'
51 },
52 'requires' => {
53 'ExtUtils::MakeMaker' => '0',
54 'File::Spec' => '0',
55 'IO::Handle' => '0',
56 'IPC::Open3' => '0',
57 'Test2::API' => '0',
58 'Test::Exception' => '0',
59 'Test::More' => '0',
60 'blib' => '1.01',
61 'lib' => '0'
62 },
63 'suggests' => {
64 'AnyEvent::HTTP' => '0',
65 'Furl' => '0',
66 'HTTP::Tiny' => '0',
67 'JSON' => '0',
68 'LWP::UserAgent' => '0',
69 'Mojo::UserAgent' => '0',
70 'Net::Curl::Easy' => '0',
71 'Plack::Runner' => '0',
72 'Starman' => '0'
73 }
74 }
75 };
76 $x;
77 }
This page took 0.035286 seconds and 4 git commands to generate.