File: prereqs

package info (click to toggle)
libcgi-application-plugin-authentication-perl 0.25%2B~cs0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,560 kB
  • sloc: perl: 11,362; makefile: 29; javascript: 6
file content (33 lines) | stat: -rw-r--r-- 1,331 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
do{ my $x = {
       'recommends' => {
                         'CGI::Application::Plugin::Session' => 0,
                         'Digest::MD5' => 0,
                         'Apache::Htpasswd' => '1.8',
                         'Color::Calc' => '0.12'
                       },
       'conflicts' => {},
       'test_requires' => {},
       'requires' => {
                       'Class::ISA' => 0,
                       'Attribute::Handlers' => 0,
                       'CGI' => '3.16',
                       'Scalar::Util' => 0,
                       'perl' => '5.006',
                       'CGI::Application' => 4,
                       'Digest::SHA' => 0,
                       'UNIVERSAL::require' => 0,
                       'MIME::Base64' => 0
                     },
       'build_requires' => {
                             'Test::Taint' => 0,
                             'Test::MockObject' => 0,
                             'Readonly' => 0,
                             'Test::Regression' => 0,
                             'Test::More' => '0.93',
                             'Test::NoWarnings' => 0,
                             'Test::Without::Module' => 0,
                             'Test::Warn' => '0.11',
                             'Test::Exception' => 0
                           }
     };
$x; }