mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
perl: Update Makefile.PL using M::I::XSUtil 0.36 (support for ccache)
This commit is contained in:
parent
2be98e8467
commit
f3fbb7e1f6
1 changed files with 1 additions and 2 deletions
|
|
@ -1,8 +1,7 @@
|
|||
# Usage: Makefile.PL --pp # disable XS
|
||||
# Makefile.PL -g # add -g to the compiler and disable optimization flags
|
||||
use inc::Module::Install;
|
||||
use Module::Install::XSUtil 0.32;
|
||||
use Config;
|
||||
use Module::Install::XSUtil 0.36;
|
||||
|
||||
name 'Data-MessagePack';
|
||||
all_from 'lib/Data/MessagePack.pm';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue