I use a ExtUtils::MakeMaker to create my makefile.

In my source file I have:
#!/usr/local/bin/perl
use strict;
require 5.005;

After installation into the blib and therefore the final destination I get:
#!/apps/perl/5.8.0/bin/perl

eval 'exec /apps/perl/5.8.0/bin/perl  -S $0 ${1+"$@"}'
    if 0; # not running under some shell
use strict;
require 5.005;



ls -l /usr/local/bin/per*
/usr/local/bin/perl -> perl-5.8.0
/usr/local/bin/perl-5.8.0 -> /apps/perl/5.8.0/bin/perl


I have determined that the following line makes the change:
/usr/local/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/clean_laff


How do I stop this from happening?

--
   ___  _ ____       ___       __  __
  / _ )(_) / /_ __  / _ \___ _/ /_/ /____  ___
 / _  / / / / // / / ___/ _ `/ __/ __/ _ \/ _ \
/____/_/_/_/\_, / /_/   \_,_/\__/\__/\___/_//_/
           /___/
Texas Instruments ASIC Circuit Design Methodlogy Group
Dallas, Texas, 214-480-4455,  [EMAIL PROTECTED]



Reply via email to