mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
clearly specified this distribution requires requires C99.
This commit is contained in:
parent
a4258505a9
commit
ca0c844f32
1 changed files with 4 additions and 0 deletions
|
|
@ -1,4 +1,6 @@
|
|||
use inc::Module::Install;
|
||||
use Config;
|
||||
|
||||
name 'Data-MessagePack';
|
||||
all_from 'lib/Data/MessagePack.pm';
|
||||
readme_from('lib/Data/MessagePack.pm');
|
||||
|
|
@ -11,6 +13,8 @@ tests 't/*.t';
|
|||
recursive_author_tests('xt');
|
||||
use_ppport 3.19;
|
||||
|
||||
requires_c99(); # msgpack C library requires C99.
|
||||
|
||||
clean_files qw{
|
||||
*.stackdump
|
||||
*.gcov *.gcda *.gcno
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue