File: Makefile.PL

package info (click to toggle)
libcddb-file-perl 1.05-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 108 kB
  • sloc: perl: 172; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 247 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
use ExtUtils::MakeMaker;

WriteMakefile(
	NAME          => 'CDDB::File',
	AUTHOR        => 'Tony Bowden <kasei@tmtm.com>',
	VERSION_FROM  => 'lib/CDDB/File.pm',
	ABSTRACT_FROM => 'lib/CDDB/File.pm',
	PREREQ_PM     => { 'Test::More' => 0.17, },
);