File: Makefile.PL

package info (click to toggle)
libhtml-formattext-withlinks-perl 0.15-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 192 kB
  • sloc: perl: 246; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 494 bytes parent folder | download | duplicates (3)
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.3800
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'HTML::FormatText::WithLinks',
  'VERSION_FROM' => 'lib/HTML/FormatText/WithLinks.pm',
  'PREREQ_PM' => {
                   'HTML::FormatText' => 2,
                   'HTML::TreeBuilder' => 0,
                   'Test::More' => 0,
                   'URI::WithBase' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;