[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Avoiding rewriting of Perl scripts during installation



* Florian Weimer:

> ExtUtils::MakeMaker or something related rewrites Perl scripts to add a
> compatibility wrapper before installation, inserting this piece of code:
>
> eval 'exec /usr/bin/perl -w -S $0 ${1+"$@"}'
>     if 0; # not running under some shell
>
> Is there some easy way to turn this off?  It bothers me a bit because it
> shifts line numbers in error messages.

Setting FIXIN=: when invoking make seems to do it.

-- 
Florian Weimer                <fweimer@bfk.de>
BFK edv-consulting GmbH       http://www.bfk.de/
Kriegsstraße 100              tel: +49-721-96201-1
D-76133 Karlsruhe             fax: +49-721-96201-99


Reply to: