File: Makefile.PL

package info (click to toggle)
libcgi-application-basic-plugin-bundle-perl 0.5-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,348 kB
  • ctags: 285
  • sloc: perl: 4,924; sh: 31; makefile: 9
file content (16 lines) | stat: -rw-r--r-- 586 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'CGI::Application::Plugin::LogDispatch',
          'VERSION_FROM' => 'lib/CGI/Application/Plugin/LogDispatch.pm',
          'PREREQ_PM' => {
                           'Scalar::Util' => 0,
                           'CGI::Application' => 0,
                           'Log::Dispatch' => '0.21',
                           'UNIVERSAL::require' => 0
                         }
        )
;