function default_build_perl () {
   perl Makefile.PL INSTALLDIRS=vendor $PERL_OPTS &&
   make
}     
