summaryrefslogtreecommitdiff
path: root/Makefile.PL
blob: 58fa955905858105a5e9c95f203dcb1877f9c0b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
use ExtUtils::MakeMaker;

WriteMakefile(
	AUTHOR          => 'Sun Bing (hoowa.sun@gmail.com)',
	NAME            => 'Asterisk::config',
	ABSTRACT        => 'The Asterisk config read and write module.',
	VERSION_FROM    => 'lib/Asterisk/config.pm',
	($ExtUtils::MakeMaker::VERSION >= 6.31
		? ( LICENSE => 'gpl' )
		: ()
	),
);