]> Dogcows Code - chaz/git-codeowners/blob - t/00-report-prereqs.dd
2f32b18e2edc107b7989136aa8a767ef57729436
[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',
50 'Encode' => '0',
51 'Exporter' => '0',
52 'Getopt::Long' => '2.39',
53 'IPC::Open2' => '0',
54 'Path::Tiny' => '0',
55 'Pod::Usage' => '0',
56 'Scalar::Util' => '0',
57 'Test::Builder' => '0',
58 'Text::Gitignore' => '0',
59 'Text::Table::Any' => '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' => '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 'Test::Exit' => '0',
85 'Test::More' => '0'
86 }
87 }
88 };
89 $x;
90 }
This page took 0.042259 seconds and 3 git commands to generate.