in reply to compile modules @activeperl

I'm not sure of failure point but I think "libConfig.pm" should be lib\Config.pm, plz help me.

You're using the wrong make program. You might be able to override with

perl Makefile.PL make=make
but its better to use the program your perl is configured to use
$ perl -V:make make='dmake';