File: Makefile.PL

package info (click to toggle)
libtext-worddiff-perl 0.09-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 176 kB
  • sloc: perl: 562; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 567 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
# Note: this file was auto-generated by Module::Build::Compat version 0.4224
use ExtUtils::MakeMaker;
WriteMakefile
(
  'PREREQ_PM' => {
                   'Test::More' => '0.17',
                   'Algorithm::Diff' => '1.19',
                   'Module::Build' => '0.2701',
                   'HTML::Entities' => '0',
                   'Term::ANSIColor' => '0',
                   'File::Spec' => 0
                 },
  'PL_FILES' => {},
  'VERSION_FROM' => 'lib/Text/WordDiff.pm',
  'NAME' => 'Text::WordDiff',
  'EXE_FILES' => [],
  'INSTALLDIRS' => 'site'
)
;