Hi All. In the bryar distribution, i write out a bryar-newblog script that sets up a blog in the current directory. There is a bug filed on rt.cpan.org about this script's reliance on /usr/bin/perl.
I am nearly always using a custom compiled perl in /usr/local/bin/perl so this bites me as well. What i would like to do is be able to write this out according to whichever perl the user is building the distribution under. I see this at the top of prove: ----------------------------------------------------- #!/usr/local/bin/perl eval 'exec /usr/local/bin/perl -S $0 ${1+"$@"}' if $running_under_some_shell; #!/usr/bin/perl -w Andy, could you shed some light on this? I *think* this might be doing what i want, but am not quite sure. Does anyone have any thoughts? Thanks! -jason gessner [EMAIL PROTECTED]