File: Makefile.PL

package info (click to toggle)
libaudio-flac-perl 0.7-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 128 kB
  • ctags: 37
  • sloc: perl: 461; makefile: 51
file content (8 lines) | stat: -rw-r--r-- 153 bytes parent folder | download
1
2
3
4
5
6
7
8
use 5.00503;
use ExtUtils::MakeMaker;

WriteMakefile(
	NAME		=> 'Audio::FLAC',
	VERSION_FROM	=> 'FLAC.pm',
	AUTHOR		=> 'Dan Sully <dsully@cpan.org>',
);