From f3fbb7e1f60f37bf283dc959141fa0a45ccaca43 Mon Sep 17 00:00:00 2001 From: "Fuji, Goro" Date: Thu, 7 Oct 2010 16:54:49 +0900 Subject: [PATCH] perl: Update Makefile.PL using M::I::XSUtil 0.36 (support for ccache) --- perl/Makefile.PL | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/perl/Makefile.PL b/perl/Makefile.PL index 219400f2..111b705c 100644 --- a/perl/Makefile.PL +++ b/perl/Makefile.PL @@ -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';