]> Dogcows Code - chaz/homebank2ledger/blob - t/00-report-prereqs.dd
Version 0.008
[chaz/homebank2ledger] / t / 00-report-prereqs.dd
1 do { my $x = {
2 'configure' => {
3 'requires' => {
4 'ExtUtils::MakeMaker' => '0'
5 }
6 },
7 'develop' => {
8 'requires' => {
9 'Dist::Zilla' => '5',
10 'Dist::Zilla::Plugin::ConsistentVersionTest' => '0',
11 'Dist::Zilla::Plugin::Run::Release' => '0',
12 'Dist::Zilla::PluginBundle::Author::CCM' => '0',
13 'Dist::Zilla::PluginBundle::Filter' => '0',
14 'Pod::Coverage::TrustPod' => '0',
15 'Software::License::MIT' => '0',
16 'Test::CPAN::Changes' => '0.19',
17 'Test::CPAN::Meta' => '0',
18 'Test::ConsistentVersion' => '0',
19 'Test::EOL' => '0',
20 'Test::MinimumVersion' => '0',
21 'Test::More' => '0.96',
22 'Test::NoTabs' => '0',
23 'Test::Perl::Critic' => '0',
24 'Test::Pod' => '1.41',
25 'Test::Pod::Coverage' => '1.08',
26 'Test::Pod::No404s' => '0',
27 'Test::Portability::Files' => '0'
28 }
29 },
30 'runtime' => {
31 'requires' => {
32 'Carp' => '0',
33 'Exporter' => '0',
34 'Getopt::Long' => '2.38',
35 'Module::Load' => '0',
36 'Module::Pluggable' => '0',
37 'Pod::Usage' => '0',
38 'Scalar::Util' => '0',
39 'Time::Piece' => '0',
40 'XML::Entities' => '0',
41 'XML::Parser::Lite' => '0',
42 'parent' => '0',
43 'perl' => 'v5.10.1',
44 'strict' => '0',
45 'warnings' => '0'
46 }
47 },
48 'test' => {
49 'recommends' => {
50 'CPAN::Meta' => '2.120900'
51 },
52 'requires' => {
53 'ExtUtils::MakeMaker' => '0',
54 'File::Spec' => '0',
55 'IO::Handle' => '0',
56 'IPC::Open3' => '0',
57 'Test::More' => '0'
58 }
59 }
60 };
61 $x;
62 }
This page took 0.032824 seconds and 4 git commands to generate.