File: 00-report-prereqs.dd

package info (click to toggle)
libmongodb-perl 2.2.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,292 kB
  • sloc: perl: 14,421; python: 299; makefile: 20; sh: 11
file content (111 lines) | stat: -rw-r--r-- 5,871 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
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
do { my $x = {
       'configure' => {
                        'requires' => {
                                        'ExtUtils::MakeMaker' => '6.17',
                                        'Text::ParseWords' => '0'
                                      }
                      },
       'develop' => {
                      'requires' => {
                                      'ExtUtils::HasCompiler' => '0.014',
                                      'File::Spec' => '0',
                                      'File::Temp' => '0',
                                      'IO::Handle' => '0',
                                      'IPC::Open3' => '0',
                                      'Pod::Wordlist' => '0',
                                      'Test::Memory::Cycle' => '0',
                                      'Test::MinimumVersion' => '0',
                                      'Test::More' => '0',
                                      'Test::Perl::Critic' => '0',
                                      'Test::Pod' => '1.41',
                                      'Test::Spelling' => '0.12',
                                      'Test::Version' => '1',
                                      'lib' => '0'
                                    }
                    },
       'runtime' => {
                      'recommends' => {
                                        'IO::Socket::IP' => '0.32',
                                        'IO::Socket::SSL' => '1.42',
                                        'Mozilla::CA' => '20130114',
                                        'Net::SSLeay' => '1.49'
                                      },
                      'requires' => {
                                      'Authen::SASL::SASLprep' => '0',
                                      'Authen::SCRAM::Client' => '0.011',
                                      'BSON' => '1.012000',
                                      'BSON::Bytes' => '0',
                                      'BSON::Code' => '0',
                                      'BSON::DBRef' => '0',
                                      'BSON::OID' => '0',
                                      'BSON::Raw' => '0',
                                      'BSON::Regex' => '0',
                                      'BSON::Time' => '0',
                                      'BSON::Timestamp' => '0',
                                      'BSON::Types' => '0',
                                      'Carp' => '0',
                                      'Compress::Zlib' => '0',
                                      'Digest::MD5' => '0',
                                      'Encode' => '0',
                                      'Exporter' => '5.57',
                                      'IO::Socket' => '0',
                                      'List::Util' => '0',
                                      'MIME::Base64' => '0',
                                      'Math::BigInt' => '0',
                                      'Moo' => '2',
                                      'Moo::Role' => '0',
                                      'Net::DNS' => '0',
                                      'Safe::Isa' => '1.000007',
                                      'Scalar::Util' => '0',
                                      'Socket' => '0',
                                      'Sub::Defer' => '0',
                                      'Sub::Quote' => '0',
                                      'Tie::IxHash' => '0',
                                      'Time::HiRes' => '0',
                                      'Type::Library' => '0',
                                      'Type::Utils' => '0',
                                      'Types::Standard' => '0',
                                      'UUID::URandom' => '0',
                                      'boolean' => '0.25',
                                      'bytes' => '0',
                                      'constant' => '0',
                                      'if' => '0',
                                      'namespace::clean' => '0',
                                      'overload' => '0',
                                      'perl' => '5.010001',
                                      're' => '0',
                                      'strict' => '0',
                                      'version' => '0',
                                      'warnings' => '0'
                                    },
                      'suggests' => {
                                      'IO::Socket::SSL' => '1.56'
                                    }
                    },
       'test' => {
                   'recommends' => {
                                     'CPAN::Meta' => '2.120900',
                                     'Test::Harness' => '3.31',
                                     'Time::Moment' => '0.22'
                                   },
                   'requires' => {
                                   'BSON::Decimal128' => '0',
                                   'Data::Dumper' => '0',
                                   'ExtUtils::MakeMaker' => '0',
                                   'File::Compare' => '0',
                                   'File::Spec' => '0',
                                   'IO::File' => '0',
                                   'JSON::MaybeXS' => '0',
                                   'Path::Tiny' => '0.058',
                                   'Storable' => '0',
                                   'Test::Deep' => '0.111',
                                   'Test::Fatal' => '0',
                                   'Test::More' => '0.96',
                                   'lib' => '0',
                                   'perl' => '5.010001',
                                   'utf8' => '0'
                                 }
                 }
     };
  $x;
 }