Re: Request for Comments - module naming

2002-07-30 Thread James G Smith
Tim Bunce <[EMAIL PROTECTED]> wrote: >On Thu, Jul 25, 2002 at 01:01:59PM -0500, James G Smith wrote: >> My questions for now are two: >> (1) should I place the state machine outside the general application >> namespace and, if so, what are some suggestions for whe

Request for Comments - module naming

2002-07-25 Thread James G Smith
I'm working on a fairly complex web application framework that combines AxKit, Template Toolkit, and possibly HTML::Mason, under mod_perl. Some of the goals include rapid prototyping of form-driven applications (looking at leveraging SVG), fail-over (robustness in the face of machine/network fail

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 -;

Reading LDAP Schema and related topics

2001-09-27 Thread James G Smith
[ This is CC'd to the modules list so they can see some more of the background behind the requests.] I am trying to put together a set of modules that can give a meta-view of LDAP. This would remove intimate knowledge of the LDAP structure from the scripts and place it in these modules. For exa

Re: Module submission Config::LDAP

2001-09-27 Thread James G Smith
; modid: Config::LDAP > > DSLIP: cdphp > > description: Parses the oidtable.* LDAP configurations > > userid: JSMITH (James G Smith) > > chapterid: 12 (Opt_Arg_Param_Proc) > > communities: > >Two things: > >- Have you talked to the authors

Re: Module submission Config::LDAP

2001-09-26 Thread James G Smith
"Perl Authors Upload Server" <[EMAIL PROTECTED]> wrote: > >The following module was proposed for inclusion in the Module List: > > modid: Config::LDAP > DSLIP: cdphp > description: Parses the oidtable.* LDAP configurations > userid: JSMI

Re: Module submission Filter::SQL

2001-07-31 Thread James G Smith
Tim Bunce <[EMAIL PROTECTED]> wrote: >Doesn't seem to be doing much 'filtering' so the module name is somewhat misleading. Well, I am implementing it as a source filter -evil grin-. Right now, I am working on a generic filter that can transform arbitrary quoting - for example, define foo{...} as

RFC: Logging used Perl Modules (was Re: API Design Question)

2001-07-02 Thread James G Smith
How would something like this do: NAME Apache::Use SYNOPSIS use Apache::Use (Logger => DB, File => "/www/apache/logs/modules"); DESCRIPTION Apache::Use will record the modules used over the course of the Perl interpreter's lifetime. If the logging module is able, the old logs are read and