Re: Test::Harness::Straps is going away

2007-10-15 Thread Michael G Schwern
Andy Lester wrote: > On Fri, Oct 05, 2007 at 11:22:57AM -0500, brian d foy ([EMAIL PROTECTED]) > wrote: >> Do you mean that Test::Harness 3.0 won't have it but it will still be >> there in earlier releases, or that you're going to remove any trace of >> it from CPAN so it looks like it never exist

Re: how to get archname

2007-10-15 Thread Matisse Enzer
On Oct 15, 2007, at 3:11 PM, Michael Peters wrote: use Config; $Config{archname} Doh! Thank you very nice! --- Matisse Enzer <[EMAIL PROTECTED]> http://www.matisse.net/ - http://www.eigenstate.net/

Re: how to get archname

2007-10-15 Thread Michael Peters
Matisse Enzer wrote: > forgive me but what is the magic variable to get archname? for example, > on my system archname is >darwin-thread-multi-2level use Config; $Config{archname} -- Michael Peters Developer Plus Three, LP

how to get archname

2007-10-15 Thread Matisse Enzer
Hi folks, forgive me but what is the magic variable to get archname? for example, on my system archname is darwin-thread-multi-2level Obviously $OSNAME gets me 'darwin', but what about 'thread- multi-2level' ? -M --- Matisse Enzer <[E