]> Dogcows Code - chaz/p5-File-KDBX/blob - t/00-report-prereqs.dd
Version 0.905
[chaz/p5-File-KDBX] / t / 00-report-prereqs.dd
1 do { my $x = {
2 'configure' => {
3 'requires' => {
4 'ExtUtils::MakeMaker' => '0'
5 }
6 },
7 'develop' => {
8 'requires' => {
9 'Compress::Raw::Zlib' => '0',
10 'Dist::Zilla' => '5',
11 'Dist::Zilla::Plugin::Encoding' => '0',
12 'Dist::Zilla::Plugin::OptionalFeature' => '0',
13 'Dist::Zilla::Plugin::Prereqs' => '0',
14 'Dist::Zilla::Plugin::Prereqs::Soften' => '0',
15 'Dist::Zilla::PluginBundle::Author::CCM' => '0',
16 'File::KDBX::XS' => '0',
17 'IO::Compress::Gzip' => '0',
18 'IO::Uncompress::Gunzip' => '0',
19 'Pass::OTP' => '0',
20 'Pod::Coverage::TrustPod' => '0',
21 'Software::License::Perl_5' => '0',
22 'Test::CPAN::Changes' => '0.19',
23 'Test::CPAN::Meta' => '0',
24 'Test::CleanNamespaces' => '0.15',
25 'Test::EOL' => '0',
26 'Test::MinimumVersion' => '0',
27 'Test::More' => '0.96',
28 'Test::NoTabs' => '0',
29 'Test::Perl::Critic' => '0',
30 'Test::Pod' => '1.41',
31 'Test::Pod::Coverage' => '1.08',
32 'Test::Pod::No404s' => '0',
33 'Test::Portability::Files' => '0'
34 }
35 },
36 'runtime' => {
37 'recommends' => {
38 'Compress::Raw::Zlib' => '0',
39 'File::KDBX::XS' => '0',
40 'File::Spec' => '0',
41 'IO::Compress::Gzip' => '0',
42 'IO::Uncompress::Gunzip' => '0',
43 'Pass::OTP' => '0'
44 },
45 'requires' => {
46 'Carp' => '0',
47 'Crypt::Argon2' => '0',
48 'Crypt::Cipher' => '0',
49 'Crypt::Cipher::AES' => '0',
50 'Crypt::Digest' => '0',
51 'Crypt::Mac::HMAC' => '0',
52 'Crypt::Misc' => '0.049',
53 'Crypt::Mode::CBC' => '0',
54 'Crypt::PRNG' => '0',
55 'Crypt::Stream::ChaCha' => '0.048',
56 'Crypt::Stream::Salsa20' => '0.055',
57 'Data::Dumper' => '0',
58 'Devel::GlobalDestruction' => '0',
59 'Encode' => '0',
60 'Exporter' => '0',
61 'File::Temp' => '0',
62 'Hash::Util::FieldHash' => '0',
63 'IO::Handle' => '0',
64 'IPC::Cmd' => '0.84',
65 'Iterator::Simple' => '0',
66 'List::Util' => '1.33',
67 'Math::BigInt' => '1.993',
68 'Module::Load' => '0',
69 'Module::Loaded' => '0',
70 'POSIX' => '0',
71 'Ref::Util' => '0',
72 'Scalar::Util' => '0',
73 'Scope::Guard' => '0',
74 'Storable' => '0',
75 'Symbol' => '0',
76 'Text::ParseWords' => '0',
77 'Time::Local' => '1.19',
78 'Time::Piece' => '1.33',
79 'XML::LibXML' => '0',
80 'XML::LibXML::Reader' => '0',
81 'boolean' => '0',
82 'namespace::clean' => '0',
83 'overload' => '0',
84 'perl' => '5.010',
85 'strict' => '0',
86 'warnings' => '0'
87 },
88 'suggests' => {
89 'Crypt::Stream::Serpent' => '0.055',
90 'Crypt::Stream::Twofish' => '0'
91 }
92 },
93 'test' => {
94 'recommends' => {
95 'CPAN::Meta' => '2.120900',
96 'Pass::OTP' => '0'
97 },
98 'requires' => {
99 'ExtUtils::MakeMaker' => '0',
100 'File::Spec' => '0',
101 'FindBin' => '0',
102 'Getopt::Std' => '0',
103 'IO::Handle' => '0',
104 'IPC::Open3' => '0',
105 'Math::BigInt' => '1.993',
106 'Test::Deep' => '0',
107 'Test::Fatal' => '0',
108 'Test::More' => '1.001004_001',
109 'Test::Warnings' => '0',
110 'lib' => '0',
111 'utf8' => '0'
112 },
113 'suggests' => {
114 'POSIX::1003' => '0'
115 }
116 }
117 };
118 $x;
119 }
This page took 0.039368 seconds and 4 git commands to generate.