in reply to Re^2: Package Application for CPAN
in thread Package Application for CPAN

I believe the default is hardcoded into perl. It can be overridden by the user by specifying extra args to perl Makefile.PL, possibly as follows: perl Makefile.PL PREFIX=~. Refer to ExtUtils::MakeMaker.

Update: A .pl file? oops, I don't know how .pl works, just modules.