Hi, How do you all handle the fact that some scripts in your distribution need a
#!/usr/local/bin/perl -wT with a hard-coded path? Is there a simple way via Makefile.PL to handle this? (i.e. the translation of the absolute path from what it was on the development machine to what it is on the deployment machine). Stephen