Open
Description
@shadowcat-mst brought up that fixin be changed to accommodate relocatable perls.
His suggestion that '#!/usr/bin/env perl' be allowed is less than ideal. Programs installed with MakeMaker typically are associated with a module, possibly a particular version of a module. There's a good chance that "whatever perl comes first in your PATH" isn't going to be the right one. Alternatively, it requires careful management of what your current Perl is.
Matt, why don't you explain the problem some more please and let's see if we can figure out something?