Re: added check for shell in installed script

2012-10-11 Thread Boyd Duffee
On 10/11/2012 12:21 PM, David Mertens wrote: > I thought this was just standard procedure for preventing silly users from > shooting their foot off by accidentally running your script with a shell, > instead of with Perl. Does EU::MM not do this? Module::Build does a few > things like this with scr

Fwd: Re: added check for shell in installed script

2012-10-11 Thread David Mertens
Forgot to reply to all. -- Forwarded message -- From: "David Mertens" Date: Oct 11, 2012 6:20 AM Subject: Re: added check for shell in installed script To: "Boyd Duffee" I thought this was just standard procedure for preventing silly users from shooti

added check for shell in installed script

2012-10-11 Thread Boyd Duffee
Hi there, I found the following line added to a script that I created with Module::Build 0.4 and used Module::Build 0.38 to install eval 'exec /usr/bin/perl -wT -S $0 ${1+"$@"}' if 0; # not running under some shell I wasn't expecting that and I'm not sure that I want it. It doesn't mention

added check for shell in installed script

2012-10-11 Thread Boyd Duffee
Hi there, I found the following line added to a script that I created with Module::Build 0.4 and used Module::Build 0.38 to install eval 'exec /usr/bin/perl -wT -S $0 ${1+"$@"}' if 0; # not running under some shell I wasn't expecting that and I'm not sure that I want it. It doesn't mention