in reply to custom behavior with Module::Install/MakeMaker during standard CPAN install sequence

You can do it by amending your postamble slightly and adding sakila to the all target which is what is run when you simply type make:

postamble <<EOPOST; all :: sakila sakila: ./etc/install_sakila.pl EOPOST
  • Comment on Re: custom behavior with Module::Install/MakeMaker during standard CPAN install sequence
  • Download Code