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