Phalanx repositories

2004-10-30 Thread Andy Lester
I'm now the point man for contacts on getting into the Phalanx repositories. Also, I'm going to be reorganizing the existing repositories a bit, just to help standardize. SouthFlorida, have you done anything on Error or URI yet? If not, I'm going to restart them. Any other hoplites care to c

Re: Where is Devel::Cover installed?

2004-10-30 Thread Jeff Bisbee
* James E Keenan ([EMAIL PROTECTED]) wrote: > and in the corresponding /blib/lib directory. Of course, I expected it > to be here as a residue from its installation ... but I expected it to > be in some 'lib' directory as well. > > Can anyone clue me in? I have a handy script I keep in my ~/bi

Re: Where is Devel::Cover installed?

2004-10-30 Thread Michael G Schwern
On Fri, Oct 29, 2004 at 09:10:30PM -0400, James E Keenan wrote: > Yes, as I subsequently discovered, it's in the mysteriously named > 'darwin-2level' directory. This is the "architecture specific" directory where any modules with a non-portable component (read: compiled C code) goes. -- Michae

Re: Where is Devel::Cover installed?

2004-10-30 Thread James E Keenan
Randy W. Sims wrote: Is it correctly installed: `perl -MDevel::Cover -e1` If so, you can find it with: `perldoc -l Devel::Cover` BTW, A quick way to view the source is: `perldoc -m Devel::Cover` Cool! Somehow the -l and -m options to 'perldoc' were completely unknown by me. I can see I'll be u

Re: Where is Devel::Cover installed?

2004-10-30 Thread James E Keenan
David H. Adler wrote: Mine is in /usr/local/lib/perl5/site_perl/5.8.5/darwin-2level/Devel/Cover.pm On OS X (and other systems, I'm sure) stuff sometimes gets installed under architecture specific directories like that. As mentioned elsehwere, perldoc -l is your friend. dha Yes, as I subsequ