File: Makefile.PL

package info (click to toggle)
libtext-context-perl 3.7-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 96 kB
  • sloc: perl: 167; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 282 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
use ExtUtils::MakeMaker;

WriteMakefile(
    'NAME'		=> 'Text::Context',
    'VERSION_FROM'	=> 'lib/Text/Context.pm', 
    'PREREQ_PM'		=> {
        'Text::Context::EitherSide' => 1.1,
        'UNIVERSAL::require'        => 0.03,
        'HTML::Entities'            => 0,
    },
);