jettero has asked for the wisdom of the Perl Monks concerning the following question:

I want for my Makefile to do a few extra things after a make install. I wouldn't think that's such a hard thing to do, but I just blew 40 minutes in the ExtUtils::MakeMaker man page.

Actually I spent that long one other day too. I found a reference to PPM_INSTALL_SCRIPT which seemed to be what I wanted, but it didn't do anything perceptable when I named a script in it (from the Makefile.PL).

Help me out?