Re: Understanding $Config{startperl} in MacPerl

2002-12-01 Thread Ken Williams
On Sunday, December 1, 2002, at 01:25 PM, [EMAIL PROTECTED] wrote: On Friday, November 29, 2002, at 09:19 PM, Ken Williams wrote: I see that in MacPerl (not perl for OS X), $Config{startperl} is set to Perl -Sx \{0}\ {\Parameters\}; Exit {Status}\n#!perl in Config.pm . I'm not sure

Mac::MoreFiles breaks @INC (MacPerl 5.6.1)

2002-12-01 Thread Ken Williams
Hi, Using MacPerl 5.6.1 under Classic (not Mac OS X perl), I've noticed that loading Mac::MoreFiles alters @INC, as the following script demonstrates: --- script use lib qw(lib); print Before, \@INC:\n, map * $_\n, @INC; eval 'use Mac::MoreFiles'; print After,

Math::Pari -- anyone using it on MacOS X?

2002-12-01 Thread Christopher D . Lewis
CPAN gave me: Running install for module Math::Pari Running make for I/IL/ILYAZ/modules/Math-Pari-2.010305.tar.gz Is already unwrapped into directory /Volumes/Storage/cpan/build/Math-Pari-2.010305 Makefile.PL returned status 65280 Running make test Make had some problems, maybe interrupted?

Re: Math::Pari -- anyone using it on MacOS X?

2002-12-01 Thread Ken Williams
Chris, If you look at http://testers.cpan.org/search?request=distdist=Math-Pari , you'll see that nobody has yet reported success or failure on Darwin. That's usually a good place to look. The error messages below aren't helpful, they just say that there were error messages in a previous

Re: Understanding $Config{startperl} in MacPerl

2002-12-01 Thread Chris Nandor
In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Ken Williams) wrote: I see that in MacPerl (not perl for OS X), $Config{startperl} is set to Perl -Sx \{0}\ {\Parameters\}; Exit {Status}\n#!perl in Config.pm . I'm not sure what that extra stuff is before the shebang, but when I

Re: OT: CVS clients and BBEdit diff tool ...

2002-12-01 Thread Ken Williams
On Thursday, November 28, 2002, at 01:23 AM, Pete Prodoehl wrote: This may (or may not) work for you, I wrote a script to do a diff with two files via the command line, and if they really are different, it opens them both in BBEdit. It's here: