mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-16 18:56:54 +02:00
Perl: cleanup Makefile.PL
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user