if module_installed perl; then
  lrm --upgrade perl
fi &&

default_pre_build &&

# DO NOT TOUCH THESE SEDITS UNLESS YOU KNOW WHAT YOU'RE DOING!

# Rename COMPILE to something else in these files since COMPILE gets set by lunar.
# Perl uses COMPILE when compling win32 test programs.
sedit 's/COMPILE/PERL_DID_AN_OOPS/' Makefile.SH installperl
