]> Dogcows Code - chaz/graphql-client/blob - t/00-report-prereqs.dd
Version 0.600
[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' => '0',
52 'HTTP::AnyUA' => '0',
53 'HTTP::AnyUA::Util' => '0',
54 'JSON::MaybeXS' => '0',
55 'Module::Load' => '0',
56 'Scalar::Util' => '0',
57 'namespace::clean' => '0',
58 'overload' => '0',
59 'parent' => '0',
60 'perl' => '5.010',
61 'strict' => '0',
62 'warnings' => '0'
63 },
64 'suggests' => {
65 'Data::Dumper' => '0',
66 'Text::CSV' => '0',
67 'Text::Table::Any' => '0',
68 'YAML' => '0'
69 }
70 },
71 'test' => {
72 'recommends' => {
73 'CPAN::Meta' => '2.120900'
74 },
75 'requires' => {
76 'ExtUtils::MakeMaker' => '0',
77 'File::Spec' => '0',
78 'FindBin' => '0',
79 'Future' => '0',
80 'HTTP::AnyUA::Backend' => '0',
81 'IO::Handle' => '0',
82 'IPC::Open3' => '0',
83 'Test::Deep' => '0',
84 'Test::Exception' => '0',
85 'Test::More' => '0',
86 'lib' => '0'
87 }
88 }
89 };
90 $x;
91 }
This page took 0.037006 seconds and 4 git commands to generate.