]> Dogcows Code - chaz/p5-Acme-Test-LogicalEquivalence/blob - t/00-report-prereqs.dd
Version 0.001
[chaz/p5-Acme-Test-LogicalEquivalence] / 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::PluginBundle::Author::CCM' => '0',
11 'English' => '0',
12 'Pod::Coverage::TrustPod' => '0',
13 'Software::License::Perl_5' => '0',
14 'Test::CPAN::Changes' => '0.19',
15 'Test::CPAN::Meta' => '0',
16 'Test::CleanNamespaces' => '0.15',
17 'Test::EOL' => '0',
18 'Test::MinimumVersion' => '0',
19 'Test::More' => '0.96',
20 'Test::NoTabs' => '0',
21 'Test::Pod' => '1.41',
22 'Test::Pod::Coverage' => '1.08',
23 'Test::Pod::No404s' => '0',
24 'Test::Portability::Files' => '0'
25 }
26 },
27 'runtime' => {
28 'requires' => {
29 'Exporter' => '0',
30 'Test::More' => '0',
31 'namespace::clean' => '0',
32 'perl' => '5.008',
33 'strict' => '0',
34 'warnings' => '0'
35 }
36 },
37 'test' => {
38 'recommends' => {
39 'CPAN::Meta' => '2.120900'
40 },
41 'requires' => {
42 'ExtUtils::MakeMaker' => '0',
43 'File::Spec' => '0',
44 'IO::Handle' => '0',
45 'IPC::Open3' => '0',
46 'Test::More' => '0',
47 'blib' => '1.01'
48 }
49 }
50 };
51 $x;
52 }
This page took 0.037297 seconds and 4 git commands to generate.