File: 00-report-prereqs.dd

package info (click to toggle)
libperl-critic-freenode-perl 0.033-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 400 kB
  • sloc: perl: 1,038; makefile: 5
file content (47 lines) | stat: -rw-r--r-- 2,351 bytes parent folder | download | duplicates (3)
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
do { my $x = {
       'configure' => {
                        'requires' => {
                                        'Module::Build::Tiny' => '0.034'
                                      }
                      },
       'develop' => {
                      'requires' => {
                                      'Test::Pod' => '1.41'
                                    },
                      'suggests' => {
                                      'App::PPI::Dumper' => '0'
                                    }
                    },
       'runtime' => {
                      'requires' => {
                                      'Carp' => '0',
                                      'Exporter' => '0',
                                      'List::Util' => '1.33',
                                      'PPI' => '1.254',
                                      'Path::Tiny' => '0.101',
                                      'Perl::Critic' => '1.126',
                                      'Perl::Critic::Policy::Objects::ProhibitIndirectSyntax' => '1.126',
                                      'Perl::Critic::Policy::Subroutines::ProhibitAmpersandSigils' => '1.126',
                                      'Perl::Critic::Policy::ValuesAndExpressions::ProhibitArrayAssignAref' => '90',
                                      'Perl::Critic::Policy::Variables::ProhibitConditionalDeclarations' => '1.126',
                                      'Perl::Critic::Policy::Variables::ProhibitLoopOnHash' => '0.005',
                                      'Perl::Critic::Policy::Variables::RequireLexicalLoopIterators' => '1.126',
                                      'Scalar::Util' => '0',
                                      'parent' => '0',
                                      'perl' => '5.010001',
                                      'version' => '0'
                                    }
                    },
       'test' => {
                   'recommends' => {
                                     'CPAN::Meta' => '2.120900'
                                   },
                   'requires' => {
                                   'File::Spec' => '0',
                                   'Module::Metadata' => '0',
                                   'Test::More' => '0'
                                 }
                 }
     };
  $x;
 }