How can I compile perl with perlbrew without -Duserelocatableinc?

Perlbrew sets a -Duserlocatableinc by default on Perl5.16+.
It denies to create shared library by -Duseshrplib. Because -Duserelocatableinc is not co-working with -Duseshrplib.

Solution is here: Set a PERLBREW_CONFIGURE_FLAGS=-de.

Published: 2012-08-28(Tue) 12:25