File: Makefile.PL

package info (click to toggle)
libcgi-application-plugin-anytemplate-perl 0.18-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 776 kB
  • ctags: 120
  • sloc: perl: 1,073; sh: 8; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 663 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.35
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'CGI::Application::Plugin::AnyTemplate',
          'VERSION_FROM' => 'lib/CGI/Application/Plugin/AnyTemplate.pm',
          'PREREQ_PM' => {
                           'CGI::Application' => 0,
                           'CGI::Application::Plugin::Forward' => 0,
                           'Clone' => 0,
                           'Scalar::Util' => 0,
                           'Test::More' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;