]> Dogcows Code - chaz/git-codeowners/blob - t/00-report-prereqs.dd
0c517b6074943fb486fae2ffc54d526132fd5ac4
[chaz/git-codeowners] / 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 'Software::License::Perl_5' => '0',
29 'Test::CPAN::Changes' => '0.19',
30 'Test::CPAN::Meta' => '0',
31 'Test::ConsistentVersion' => '0',
32 'Test::EOL' => '0',
33 'Test::MinimumVersion' => '0',
34 'Test::More' => '0.96',
35 'Test::NoTabs' => '0',
36 'Test::Perl::Critic' => '0',
37 'Test::Pod' => '1.41',
38 'Test::Pod::No404s' => '0',
39 'Test::Portability::Files' => '0'
40 }
41 },
42 'runtime' => {
43 'recommends' => {
44 'Term::Detect::Software' => '0',
45 'Unicode::GCString' => '0'
46 },
47 'requires' => {
48 'Carp' => '0',
49 'Color::ANSI::Util' => '0.03',
50 'Encode' => '0',
51 'Exporter' => '0',
52 'Getopt::Long' => '2.39',
53 'IPC::Open2' => '0',
54 'Module::Load' => '0',
55 'Path::Tiny' => '0',
56 'Pod::Usage' => '0',
57 'Scalar::Util' => '0',
58 'Test::Builder' => '0',
59 'Text::Gitignore' => '0',
60 'parent' => '0',
61 'perl' => 'v5.10.1',
62 'strict' => '0',
63 'utf8' => '0',
64 'warnings' => '0'
65 },
66 'suggests' => {
67 'JSON::MaybeXS' => '0',
68 'Text::CSV' => '0',
69 'Text::Table::Any' => '0',
70 'YAML' => '0'
71 }
72 },
73 'test' => {
74 'recommends' => {
75 'CPAN::Meta' => '2.120900'
76 },
77 'requires' => {
78 'Capture::Tiny' => '0',
79 'ExtUtils::MakeMaker' => '0',
80 'File::Spec' => '0',
81 'File::pushd' => '0',
82 'FindBin' => '0',
83 'IO::Handle' => '0',
84 'IPC::Open3' => '0',
85 'Test::Exit' => '0',
86 'Test::More' => '0'
87 }
88 }
89 };
90 $x;
91 }
This page took 0.035609 seconds and 3 git commands to generate.