]> Dogcows Code - chaz/p5-Linux-Proc-Maps/blob - t/00-report-prereqs.dd
Version 0.002
[chaz/p5-Linux-Proc-Maps] / 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 'Carp' => '0',
30 'Exporter' => '0',
31 'File::Spec::Functions' => '0',
32 'namespace::clean' => '0',
33 'perl' => '5.008',
34 'strict' => '0',
35 'warnings' => '0'
36 }
37 },
38 'test' => {
39 'recommends' => {
40 'CPAN::Meta' => '2.120900'
41 },
42 'requires' => {
43 'ExtUtils::MakeMaker' => '0',
44 'File::Spec' => '0',
45 'IO::Handle' => '0',
46 'IPC::Open3' => '0',
47 'Path::Tiny' => '0',
48 'Test::More' => '0',
49 'blib' => '1.01'
50 }
51 }
52 };
53 $x;
54 }
This page took 0.033739 seconds and 4 git commands to generate.