File: Makefile.PL

package info (click to toggle)
libbit-vector-minimal-perl 1.3-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 64 kB
  • ctags: 7
  • sloc: perl: 44; makefile: 38
file content (10 lines) | stat: -rw-r--r-- 262 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
use 5.006;
use ExtUtils::MakeMaker;

WriteMakefile(
	NAME          => 'Bit::Vector::Minimal',
	VERSION_FROM  => 'lib/Bit/Vector/Minimal.pm',
	ABSTRACT_FROM => 'lib/Bit/Vector/Minimal.pm',
	PREREQ_PM     => {},
	AUTHOR        => 'Tony Bowden <tmtm@cpan.org>',
);