mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-26 11:46:34 +01:00
Perl: cleanup Makefile.PL
This commit is contained in:
parent
09bae0a9e8
commit
1864df5ed0
@ -1,7 +1,7 @@
|
||||
use inc::Module::Install;
|
||||
name 'Data-MessagePack';
|
||||
all_from 'lib/Data/MessagePack.pm';
|
||||
readme_from 'lib/Data/MessagePack.pm';
|
||||
readme_from('lib/Data/MessagePack.pm');
|
||||
|
||||
perl_version '5.008005';
|
||||
license 'perl';
|
||||
@ -33,10 +33,10 @@ if ($Module::Install::AUTHOR && -d File::Spec->catfile('..', 'msgpack')) {
|
||||
}
|
||||
|
||||
requires 'Test::More' => 0.95; # done_testing
|
||||
test_requires('Test::Requires');
|
||||
|
||||
auto_set_repository;
|
||||
auto_set_repository();
|
||||
build_requires 'Test::More';
|
||||
use_test_base;
|
||||
auto_include;
|
||||
WriteAll;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user