File: Makefile.PL

package info (click to toggle)
libtie-array-sorted-perl 1.41-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 84 kB
  • sloc: perl: 110; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 256 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
use 5.006;
use ExtUtils::MakeMaker;

WriteMakefile(
	NAME          => 'Tie::Array::Sorted',
	AUTHOR        => 'Tony Bowden <tony@cpan.org>',
	VERSION_FROM  => 'lib/Tie/Array/Sorted.pm',
	ABSTRACT_FROM => 'lib/Tie/Array/Sorted.pm',
	PREREQ_PM     => {},
);