Module name advice

2016-12-26 Thread Diab Jerius
Howdy! I'm working on a module (a role) which is the basis for simple ad-hoc "networks", where each node is an object consuming the role. The role uses Beam::Emitter to provide a publish/subscribe mechanism for broadcasting events, but emitters can publish directly to individual subscribers.

Re: Module name advice

2014-09-19 Thread Diab Jerius
On Thu, Sep 18, 2014 at 12:28 PM, David Cantrell da...@cantrell.org.uk wrote: On Thu, Sep 18, 2014 at 10:55:19AM -0400, Diab Jerius wrote: I've written a module which subclasses Text::Template and provides local encapsulation of template variable environments

Re: Module name advice

2014-09-19 Thread Diab Jerius
On Thu, Sep 18, 2014 at 3:40 PM, Aristotle Pagaltzis pagalt...@gmx.de wrote: * Ben Deutsch b...@bendeutsch.de [2014-09-18 20:20]: Text::Template::LocalVars I like that one. Thanks much for the help. Diab

Module name advice

2014-09-18 Thread Diab Jerius
I've written a module which subclasses Text::Template and provides local encapsulation of template variable environments (https://bitbucket.org/djerius/text-template-localize). I like the name Text::Template::Localize, as in making things local, like the Perl 'local' command, but the name sounds

Re: Module name advice

2014-09-18 Thread David Cantrell
On Thu, Sep 18, 2014 at 10:55:19AM -0400, Diab Jerius wrote: I've written a module which subclasses Text::Template and provides local encapsulation of template variable environments (https://bitbucket.org/djerius/text-template-localize). I like the name Text::Template::Localize, as in making

Re: Module name advice

2014-09-18 Thread Ben Deutsch
Hello! I've written a module which subclasses Text::Template and provides local encapsulation of template variable environments (https://bitbucket.org/djerius/text-template-localize). I like the name Text::Template::Localize, as in making things local, like the Perl 'local' command, but the

Re: Module name advice

2014-09-18 Thread Aristotle Pagaltzis
* Ben Deutsch b...@bendeutsch.de [2014-09-18 20:20]: Text::Template::LocalVars FWIW, that was going to be my suggestion too. -- Aristotle Pagaltzis // http://plasmasturm.org/

Re: Module name advice?

2014-07-26 Thread Chris Marshall
Hi Paul- This is very intriguing work. PDL as a module is focused on efficiently calculating for numerical computation. Ability to compute with more general PDF objects would be very interesting to the PDL community. Specifically, the coming PDL3 refactoring to a more general, flexible, and

Re: Module name advice?

2014-07-25 Thread John M Gamble
On 7/25/2014 8:48 AM, Maggie X wrote: Thanks for looping me in, David! I don''t see Paul's email here though :) Looks like a nice contribution. Is it going to involve PDL? Best, Maggie Addresses (including mailing list) added to the mail. -john On Thu, Jul 24, 2014 at 9:14 AM,

Re: Module name advice?

2014-07-25 Thread Paul Bennett
Hi, Maggie and John, On Fri, Jul 25, 2014 at 10:39 AM, John M Gamble jgam...@ripco.com wrote: On 7/25/2014 8:48 AM, Maggie X wrote: Thanks for looping me in, David! I don''t see Paul's email here though :) Looks like a nice contribution. Is it going to involve PDL? I don't plan for it to

Re: Module name advice?

2014-07-24 Thread David Mertens
Hey Paul, Maggie Xiong, the author of PDL::Stats http://sourceforge.net/projects/pdl-stats/, may have an interest in this work, and may also have a recommendation for a name. I've CC'd her to help with any ensuing conversation. :-) David On Wed, Jul 23, 2014 at 3:12 PM, John M Gamble

Re: Module name advice?

2014-07-23 Thread John M Gamble
On 7/22/2014 11:55 PM, Paul Bennett wrote: I'm in the process of writing a Perl module that provides a practical implementation of the statistics language described at http://ashishagarwal.org/2011/10/04/pdf-type-theory/ which would compile programs in that language to Perl objects that provide

Module name advice?

2014-07-22 Thread Paul Bennett
I'm in the process of writing a Perl module that provides a practical implementation of the statistics language described at http://ashishagarwal.org/2011/10/04/pdf-type-theory/ which would compile programs in that language to Perl objects that provide -pdf($n), -cdf($n), and -rand() methods

Module name advice: Mobile::P2kMoto

2007-06-24 Thread Mattia Barbon
Hi, I am making the wrappers for the p2kmoto library (http://moto4lin.sf.net); despite the name, the library should work on Win32 and Mac too. Looking on search.cpan.org, it seems that Phone is not a TLN, while Mobile is already used, so I'd go for Mobile::P2kMoto, but of course advice on the

Re: Module name advice: Mobile::P2kMoto

2007-06-24 Thread Bill Ward
Why not Mobile::Moto4Lin to match the library? On 6/24/07, Mattia Barbon [EMAIL PROTECTED] wrote: Hi, I am making the wrappers for the p2kmoto library (http://moto4lin.sf.net); despite the name, the library should work on Win32 and Mac too. Looking on search.cpan.org, it seems that Phone

Re: Module name advice: Mobile::P2kMoto

2007-06-24 Thread Mattia Barbon
On Sun, 24 Jun 2007 08:17:31 -0700 Bill Ward [EMAIL PROTECTED] wrote: Why not Mobile::Moto4Lin to match the library? Because the library is called p2kmoto :-) moto4lin is a GUI program. They are maintained as part of the same project. Also Lin recalls Linux, while the library is supposed to

Re: Module name advice

2005-10-19 Thread José Castro
* David Golden ([EMAIL PROTECTED]) wrote: Mattia Barbon [EMAIL PROTECTED] wrote: Having discarded a top-level namespace, I am now inclined to use WWW::Selenium for the Selenium driver and Test::Selenium for the TAP-emitting module to be used in test scripts. Does anybody have

Re[2]: Module name advice

2005-10-19 Thread Mattia Barbon
On Wed, 19 Oct 2005 09:34:51 +0100 José Castro [EMAIL PROTECTED] wrote: * David Golden ([EMAIL PROTECTED]) wrote: Mattia Barbon [EMAIL PROTECTED] wrote: Having discarded a top-level namespace, I am now inclined to use WWW::Selenium for the Selenium driver and Test::Selenium for the

Module name advice

2005-10-18 Thread Mattia Barbon \[EMAIL PROTECTED]
Hi, I am writing a Perl driver for Selenium, a website testing tool [1], and I need to choose a proper name for the module. Having discarded a top-level namespace, I am now inclined to use WWW::Selenium for the Selenium driver and Test::Selenium for the TAP-emitting module to be used in test

Re: Module name advice

2005-10-18 Thread David Golden
Mattia Barbon [EMAIL PROTECTED] wrote: Having discarded a top-level namespace, I am now inclined to use WWW::Selenium for the Selenium driver and Test::Selenium for the TAP-emitting module to be used in test scripts. Does anybody have suggestions? For consistency with WWW::Mechanize and