perl: Update Makefile.PL using M::I::XSUtil 0.36 (support for ccache)

This commit is contained in:
Fuji, Goro 2010-10-07 16:54:49 +09:00
parent 2be98e8467
commit f3fbb7e1f6

View File

@ -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';