File: Makefile.PL

package info (click to toggle)
libtext-worddiff-perl 0.08-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 184 kB
  • ctags: 70
  • 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.3800
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Text::WordDiff',
  'VERSION_FROM' => 'lib/Text/WordDiff.pm',
  'PREREQ_PM' => {
                   'Algorithm::Diff' => '1.19',
                   'File::Spec' => 0,
                   'HTML::Entities' => '0',
                   'Module::Build' => '0.2701',
                   'Term::ANSIColor' => '0',
                   'Test::More' => '0.17'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;