File: Makefile.PL

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

WriteMakefile(
	'NAME'          => 'Text::Context::EitherSide',
	'VERSION_FROM'  => 'lib/Text/Context/EitherSide.pm',
	'ABSTRACT_FROM' => 'lib/Text/Context/EitherSide.pm',
	'AUTHOR'        => 'Tony Bowden <TMTM@cpan.org>',
	'PREREQ_PM'     => {},
);