Re: Testing problem (32 bit numeric constants?)

2010-04-12 Thread David Precious
Hi, Nothing to add regarding the cause of the problem you're seeing, but: On Sunday 11 April 2010 20:07:25 cr...@animalhead.com wrote: > An operand that fails these tests results in a return value of '**'. > An operand that passes but is not in the database returns '??'. > Other operands return

Re: Yet another module naming suggestion query

2010-04-12 Thread David Nicol
On Tue, Apr 6, 2010 at 7:24 AM, Tim Bunce wrote: > > On CPAN frameworks, especially generic ones with plugins etc., are > encouraged to have "brand names". Think Catalyst, Mojo, Smolder, Plack, > Dist::Zilla to name a few off the top of my head. so it examines the hard drive and notes the pres

Re: Yet another module naming suggestion query

2010-04-12 Thread Sawyer X
Hi David, Tim. On Mon, Apr 12, 2010 at 11:25 PM, David Nicol wrote: > > On Tue, Apr 6, 2010 at 7:24 AM, Tim Bunce wrote: > >> >> On CPAN frameworks, especially generic ones with plugins etc., are >> encouraged to have "brand names". Think Catalyst, Mojo, Smolder, Plack, >> Dist::Zilla to name a

Re: Yet another module naming suggestion query

2010-04-12 Thread Rene Schickbauer
David Nicol wrote: Also, ++ to giving it a "brand name." It sounds kind of cloak-and-dagger, like this module spies on the PC where it is installed and sends back reports, like a foreign agent. How about "Boris" after Boris of Boris and Natasha from Rocky and Bullwinkle? In that case, i'd g

Re: Yet another module naming suggestion query

2010-04-12 Thread Bill Ward
On Mon, Apr 12, 2010 at 2:58 PM, Rene Schickbauer < rene.schickba...@gmail.com> wrote: > David Nicol wrote: > > Also, ++ to giving it a "brand name." It sounds kind of cloak-and-dagger, >> like this module spies on the PC where it is installed and sends back >> reports, like a foreign agent. How

/usr/local/lib vs. /usr/local/share

2010-04-12 Thread Bill Moseley
I just fetched Template Toolkit from CPAN and manually ran Makefile.PL and make install which installed into /usr/local/lib/perl/5.10.0. It included Template::Plugin::HTML. Running "make install" reported: Installing /usr/local/lib/perl/5.10.0/Template/Plugin/HTML.pm I then ran h2xs and generate

Re: /usr/local/lib vs. /usr/local/share

2010-04-12 Thread Ben Morrow
Quoth mose...@hank.org (Bill Moseley): > > I just fetched Template Toolkit from CPAN and manually ran Makefile.PL and > make install which installed into /usr/local/lib/perl/5.10.0. It included > Template::Plugin::HTML. > Running "make install" reported: > > Installing /usr/local/lib/perl/5.10.0

Re: /usr/local/lib vs. /usr/local/share

2010-04-12 Thread Bill Moseley
On Mon, Apr 12, 2010 at 5:02 PM, Ben Morrow wrote: > > > What determines /usr/local vs. /usr/share? > > > Whether the distribution has an XS component or not (TT2 does, your > example doesn't). See INSTALL* and INST_* in EUMM's docs, though it's > rather difficult to work out exactly what goes wh