]> Dogcows Code - chaz/p5-Linux-Proc-Maps/blob - t/00-report-prereqs.dd
Version 0.001
[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::More' => '0.96',
19 'Test::NoTabs' => '0',
20 'Test::Pod' => '1.41',
21 'Test::Pod::Coverage' => '1.08',
22 'Test::Pod::No404s' => '0',
23 'Test::Portability::Files' => '0'
24 }
25 },
26 'runtime' => {
27 'requires' => {
28 'Carp' => '0',
29 'Exporter' => '0',
30 'File::Spec::Functions' => '0',
31 'namespace::clean' => '0',
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 'Path::Tiny' => '0',
46 'Test::More' => '0',
47 'blib' => '1.01',
48 'perl' => '5.006'
49 }
50 }
51 };
52 $x;
53 }
This page took 0.036166 seconds and 4 git commands to generate.