File: Makefile.PL

package info (click to toggle)
libhtml-template-pluggable-perl 0.22%2B~cs0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 312 kB
  • sloc: perl: 421; makefile: 17
file content (20 lines) | stat: -rw-r--r-- 610 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Note: this file was auto-generated by Module::Build::Compat version 0.4231
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'HTML::Template::Pluggable',
  'VERSION_FROM' => 'lib/HTML/Template/Pluggable.pm',
  'PREREQ_PM' => {
                   'CGI' => '3.06',
                   'Class::Trigger' => 0,
                   'HTML::Template' => '2.7',
                   'Regexp::Common' => 0,
                   'Scalar::Util' => 0,
                   'Test::MockObject' => 1,
                   'Test::More' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;