mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-04-01 09:24:51 +02:00
clearly specified this distribution requires requires C99.
This commit is contained in:
parent
a4258505a9
commit
ca0c844f32
@ -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…
x
Reference in New Issue
Block a user