File: Makefile.PL

package info (click to toggle)
libcgi-application-plugin-tt-perl 1.05%2B~cs1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 440 kB
  • sloc: perl: 806; makefile: 17
file content (18 lines) | stat: -rw-r--r-- 637 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Note: this file was auto-generated by Module::Build::Compat version 0.340201
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'CGI::Application::Plugin::TT',
          'VERSION_FROM' => 'lib/CGI/Application/Plugin/TT.pm',
          'PREREQ_PM' => {
                           'CGI::Application' => '4.0',
                           'Class::ISA' => 0,
                           'File::Spec' => 0,
                           'Scalar::Util' => 0,
                           'Template' => '2.0'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;