Re: Probing requirements

2005-04-09 Thread Barbie
From: "Randy W. Sims" <[EMAIL PROTECTED]> > I didn't like the Probe name too much at first, but it's kinda grown on > me; seems very perlish. I've come to think of Config::* as a place for > static configuration information such as the compiler used to compiler > perl, $Config{cc}. Probe to me im

Re: Probing requirements (was: Re: Some ideas)

2005-04-09 Thread _brian_d_foy
In article <[EMAIL PROTECTED]>, Randy W. Sims <[EMAIL PROTECTED]> wrote: > Probe::OS - Gather info on the operating system > Probe::Libs > Probe::Progs > Probe::FileSys - maybe incorporate ideas Schwern posted on p5p recently, Perhaps we can put this under a namespace like Config:: ? I imagi

Re: Probing requirements

2005-04-08 Thread Randy W. Sims
_brian_d_foy wrote: In article <[EMAIL PROTECTED]>, Randy W. Sims <[EMAIL PROTECTED]> wrote: Probe::OS - Gather info on the operating system Probe::Libs Probe::Progs Probe::FileSys - maybe incorporate ideas Schwern posted on p5p recently, Perhaps we can put this under a namespace like Config::