File: Makefile.PL

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

WriteMakefile(NAME         => 'Set::IntSpan',
	      VERSION_FROM => 'IntSpan.pm',   # finds $VERSION
	      DISTNAME     => 'Set-IntSpan',
	      ($] >= 5.005 ?
	       (ABSTRACT   => 'Manages sets of integers, newsrc style',
		AUTHOR     => 'Steven McDougall (swmcd@world.std.com)') : ()),
	      dist         => {COMPRESS => 'gzip', SUFFIX => 'gz'}
	      );