]> Dogcows Code - chaz/p5-Return-Type-Lexical/blob - t/00-report-prereqs.dd
Version 0.002
[chaz/p5-Return-Type-Lexical] / 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 'Pod::Coverage::TrustPod' => '0',
12 'Software::License::Perl_5' => '0',
13 'Test::CPAN::Changes' => '0.19',
14 'Test::CPAN::Meta' => '0',
15 'Test::CleanNamespaces' => '0.15',
16 'Test::EOL' => '0',
17 'Test::MinimumVersion' => '0',
18 'Test::More' => '0.96',
19 'Test::NoTabs' => '0',
20 'Test::Perl::Critic' => '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 'Return::Type' => '0',
30 'parent' => '0',
31 'perl' => '5.008',
32 'strict' => '0',
33 'warnings' => '0'
34 }
35 },
36 'test' => {
37 'recommends' => {
38 'CPAN::Meta' => '2.120900'
39 },
40 'requires' => {
41 'ExtUtils::MakeMaker' => '0',
42 'File::Spec' => '0',
43 'IO::Handle' => '0',
44 'IPC::Open3' => '0',
45 'Test::Exception' => '0',
46 'Test::More' => '0',
47 'Types::Standard' => '0'
48 }
49 }
50 };
51 $x;
52 }
This page took 0.033544 seconds and 4 git commands to generate.