mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
Perl: cleanup Makefile.PL
This commit is contained in:
parent
09bae0a9e8
commit
1864df5ed0
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue