File: Makefile.PL

package info (click to toggle)
libhtml-template-compiled-perl 1.001-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 792 kB
  • ctags: 384
  • sloc: perl: 4,588; makefile: 5
file content (23 lines) | stat: -rw-r--r-- 689 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Note: this file was auto-generated by Module::Build::Compat version 0.40
require 5.008001;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'HTML::Template::Compiled',
  'VERSION_FROM' => 'lib/HTML/Template/Compiled.pm',
  'PREREQ_PM' => {
                   'B::Deparse' => '0.61',
                   'Carp' => 0,
                   'Digest::MD5' => 0,
                   'File::Basename' => 0,
                   'File::Spec' => 0,
                   'Module::Build' => '0.28',
                   'Storable' => 2,
                   'Test::More' => 0,
                   'URI::Escape' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;