#-------------------------------------------------------------------------
## Section-default build script.
#-------------------------------------------------------------------------
function default_build() {
  PERL_MM_USE_DEFAULT=1 PERL_USE_UNSAFE_INC=1 default_build_perl
}

function default_install() {
  PERL_MM_USE_DEFAULT=1 PERL_USE_UNSAFE_INC=1 default_install_perl
}
