File: 00-report-prereqs.dd

package info (click to toggle)
libppi-perl 1.283-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,216 kB
  • sloc: perl: 15,295; makefile: 8
file content (83 lines) | stat: -rwxr-xr-x 4,206 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
do { my $x = {
       'configure' => {
                        'requires' => {
                                        'ExtUtils::MakeMaker' => '0'
                                      }
                      },
       'develop' => {
                      'recommends' => {
                                        'Dist::Zilla::PluginBundle::Git::VersionManager' => '0.007'
                                      },
                      'requires' => {
                                      'Devel::Confess' => '0',
                                      'Encode' => '0',
                                      'File::Spec' => '0',
                                      'IO::All' => '0',
                                      'IO::Handle' => '0',
                                      'IPC::Open3' => '0',
                                      'MetaCPAN::Client' => '0',
                                      'Test2::V0' => '0',
                                      'Test::CPAN::Meta' => '0',
                                      'Test::ClassAPI' => '0',
                                      'Test::DependentModules' => '0',
                                      'Test::Kwalitee' => '1.21',
                                      'Test::Mojibake' => '0',
                                      'Test::More' => '0.94',
                                      'Test::Pod' => '1.41',
                                      'Test::Pod::No404s' => '0',
                                      'Test::Portability::Files' => '0',
                                      'lib' => '0',
                                      'perl' => '5.010',
                                      'strictures' => '2',
                                      'warnings' => '0'
                                    }
                    },
       'runtime' => {
                      'requires' => {
                                      'Carp' => '0',
                                      'Clone' => '0.30',
                                      'Digest::MD5' => '2.35',
                                      'Exporter' => '0',
                                      'File::Path' => '0',
                                      'File::Spec' => '0',
                                      'List::Util' => '1.33',
                                      'Params::Util' => '1.00',
                                      'Safe::Isa' => '0',
                                      'Scalar::Util' => '0',
                                      'Storable' => '2.17',
                                      'Task::Weaken' => '0',
                                      'YAML::PP' => '0',
                                      'constant' => '0',
                                      'if' => '0',
                                      'overload' => '0',
                                      'perl' => '5.006',
                                      'strict' => '0',
                                      'version' => '0.77'
                                    }
                    },
       'test' => {
                   'recommends' => {
                                     'CPAN::Meta' => '2.120900'
                                   },
                   'requires' => {
                                   'B' => '0',
                                   'Class::Inspector' => '1.22',
                                   'Encode' => '0',
                                   'ExtUtils::MakeMaker' => '0',
                                   'File::Copy' => '0',
                                   'File::Spec' => '0',
                                   'File::Spec::Functions' => '0',
                                   'File::Temp' => '0',
                                   'Test::More' => '0.96',
                                   'Test::NoWarnings' => '0',
                                   'Test::Object' => '0.07',
                                   'Test::SubCalls' => '1.07',
                                   'lib' => '0',
                                   'parent' => '0',
                                   'utf8' => '0',
                                   'warnings' => '0'
                                 }
                 }
     };
  $x;
 }