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