File: Makefile.PL

package info (click to toggle)
libsort-key-perl 1.33-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 344 kB
  • sloc: perl: 493; ansic: 212; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 456 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
use 5.006;
use ExtUtils::MakeMaker;

WriteMakefile( NAME          => 'Sort::Key',
	       VERSION_FROM  => 'lib/Sort/Key.pm',
	       PREREQ_PM     => { 'Test::More' => 0.54 },
	       ABSTRACT_FROM => 'lib/Sort/Key.pm',
	       AUTHOR        => 'Salvador Fandino <sfandino@yahoo.com>',
	       TYPEMAPS      => ['typemap'],
	       LIBS          => [''],
	       DEFINE        => '',
	       # OPTIMIZE      => '-g -O0',
	       INC           => '-I.' );