Assistance naming a module

2017-01-23 Thread Ron Savage
Hi Terry The modules mailing list is not the place to discuss naming issues, although naming clashes can be a problem. See http://prepan.org/ instead. Also, I search MetaCPAN.org for Date::Scheduler and did not find it, so there's one possibility. -- Ron Savage - savage.net.au

Assistance naming a module

2017-01-22 Thread Terry Olenchuk
Greetings all, This will be my first submission to CPAN. I had a name in mind, but it was already taken. Am struggling to find an effective replacement. This is the idea behind the module: You need a set of dates for a regularly scheduled report - monthly, weekly, quarterly, etc. Rather than h

Re: Naming a module that injects new code into a file's source at compile time

2011-11-01 Thread Eric Strom
Thanks for the feedback. So do you think I should simultaneously post to module-authors and p5p? Or hit module-authors first? On Mon, Oct 31, 2011 at 3:16 AM, Steffen Mueller wrote: > Generally speaking, you're much more likely to get useful feedback if you > post to the module-authors list or

Re: Naming a module that injects new code into a file's source at compile time

2011-11-01 Thread Steffen Mueller
On 10/31/2011 09:47 PM, Eric Strom wrote: Thanks for the feedback. So do you think I should simultaneously post to module-authors and p5p? Or hit module-authors first? Don't cross-post on these lists, please. Too many subscribers. :) I'd say try module-authors first. Cheers, Steffen

Re: Naming a module that injects new code into a file's source at compile time

2011-10-31 Thread Steffen Mueller
Generally speaking, you're much more likely to get useful feedback if you post to the module-authors list or blog about it. modules@perl.org is mostly an administrative list of PAUSE admins and we're spread a bit thin. On 10/30/2011 02:32 AM, Eric Strom wrote: I am working on a module and set

Naming a module that injects new code into a file's source at compile time

2011-10-30 Thread Eric Strom
I am working on a module and set of tools for injecting source into another file at compile time. It currently does this by using Filter::Util::Call to hook into the compilation process, inject the new code before the next line that perl will compile, and then remove itself handing control back to

Re: Naming a module...

2002-07-30 Thread Tim Bunce
DDARD/Language-Prolog-Interpreter-0.021/Interpreter.pm Tim. On Sat, Jul 27, 2002 at 04:49:13AM -0600, Luke Palmer wrote: > I'd like assistance in naming a module that I'm working on. It's a > basic predicate logic solver (like prolog, but easier to access through > perl and n

Naming a module...

2002-07-27 Thread Luke Palmer
I'd like assistance in naming a module that I'm working on. It's a basic predicate logic solver (like prolog, but easier to access through perl and not as full-featured). I call it Logic now, but I'd like to know where to put it in the tree. I would use Language::Prolo

Re: Naming a module - Which::Phase ?

2002-01-07 Thread Tim Bunce
The Perl::* category seems reasonable. Perhaps Perl::WhichPhase Tim. On Mon, Jan 07, 2002 at 06:03:40AM -0600, James G Smith wrote: > I have a module that needs a name. I've looked through the Camel, > browsed through CPAN, and nothing seems to be suggesting itself as > obvious. > > Thanks for

Naming a module - Which::Phase ?

2002-01-07 Thread James G Smith
I have a module that needs a name. I've looked through the Camel, browsed through CPAN, and nothing seems to be suggesting itself as obvious. Thanks for any help y'all can provide. The (current) module documentation: NAME Which::Phase SYNOPSIS use Which::Phase qw- block :in -;