]> Dogcows Code - chaz/graphql-client/blob - t/00-report-prereqs.dd
Version 0.602
[chaz/graphql-client] / t / 00-report-prereqs.dd
1 do { my $x = {
2 'configure' => {
3 'requires' => {
4 'ExtUtils::MakeMaker' => '0'
5 }
6 },
7 'develop' => {
8 'recommends' => {
9 'App::FatPacker' => '0',
10 'CPAN::Meta' => '0',
11 'Capture::Tiny' => '0',
12 'Config' => '0',
13 'File::pushd' => '0',
14 'Getopt::Long' => '0',
15 'MetaCPAN::API' => '0',
16 'Module::CoreList' => '0',
17 'Path::Tiny' => '0',
18 'Perl::Strip' => '0'
19 },
20 'requires' => {
21 'Dist::Zilla' => '5',
22 'Dist::Zilla::Plugin::ConsistentVersionTest' => '0',
23 'Dist::Zilla::Plugin::Prereqs' => '0',
24 'Dist::Zilla::Plugin::RemovePhasedPrereqs' => '0',
25 'Dist::Zilla::Plugin::Run::Release' => '0',
26 'Dist::Zilla::PluginBundle::Author::CCM' => '0',
27 'Dist::Zilla::PluginBundle::Filter' => '0',
28 'Pod::Coverage::TrustPod' => '0',
29 'Software::License::Perl_5' => '0',
30 'Test::CPAN::Changes' => '0.19',
31 'Test::CPAN::Meta' => '0',
32 'Test::CleanNamespaces' => '0.15',
33 'Test::ConsistentVersion' => '0',
34 'Test::EOL' => '0',
35 'Test::MinimumVersion' => '0',
36 'Test::More' => '0.96',
37 'Test::NoTabs' => '0',
38 'Test::Perl::Critic' => '0',
39 'Test::Pod' => '1.41',
40 'Test::Pod::Coverage' => '1.08',
41 'Test::Portability::Files' => '0'
42 }
43 },
44 'runtime' => {
45 'recommends' => {
46 'HTTP::Tiny' => '0',
47 'Pod::Usage' => '0'
48 },
49 'requires' => {
50 'Carp' => '0',
51 'Getopt::Long' => '2.39',
52 'HTTP::AnyUA' => '0',
53 'HTTP::AnyUA::Util' => '0',
54 'JSON::MaybeXS' => '0',
55 'Module::Load' => '0',
56 'Scalar::Util' => '0',
57 'Text::ParseWords' => '0',
58 'namespace::clean' => '0',
59 'overload' => '0',
60 'parent' => '0',
61 'perl' => '5.010',
62 'strict' => '0',
63 'warnings' => '0'
64 },
65 'suggests' => {
66 'Data::Dumper' => '0',
67 'Text::CSV' => '0',
68 'Text::Table::Any' => '0',
69 'YAML' => '0'
70 }
71 },
72 'test' => {
73 'recommends' => {
74 'CPAN::Meta' => '2.120900'
75 },
76 'requires' => {
77 'ExtUtils::MakeMaker' => '0',
78 'File::Spec' => '0',
79 'FindBin' => '0',
80 'Future' => '0',
81 'HTTP::AnyUA::Backend' => '0',
82 'IO::Handle' => '0',
83 'IPC::Open3' => '0',
84 'Test::Deep' => '0',
85 'Test::Exception' => '0',
86 'Test::More' => '0',
87 'lib' => '0'
88 }
89 }
90 };
91 $x;
92 }
This page took 0.036426 seconds and 4 git commands to generate.