File: Makefile.PL

package info (click to toggle)
libtemplate-plugin-htmltotext-perl 0.03-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 76 kB
  • sloc: perl: 29; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 607 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Note: this file was auto-generated by Module::Build::Compat version 0.2808_01
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Template::Plugin::HtmlToText',
          'VERSION_FROM' => 'lib/Template/Plugin/HtmlToText.pm',
          'PREREQ_PM' => {
                           'HTML::FormatText' => 0,
                           'HTML::TreeBuilder' => 0,
                           'Template' => 0,
                           'Test::More' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;