Re: DBIx::Generator Module Proposal

2013-02-16 Thread Matt S Trout
On Sat, Feb 16, 2013 at 07:26:08PM -0600, Adam wrote: > Hi, > > I have a module which is like DBIx::Factory except instead of taking a > config file to load one type of DBI object, it has 1 config file that > loads a multitude of DBI objects. Would this work as a patch to DBIx::Config ? -- Matt

DBIx::Generator Module Proposal

2013-02-16 Thread Adam
Hi, I have a module which is like DBIx::Factory except instead of taking a config file to load one type of DBI object, it has 1 config file that loads a multitude of DBI objects. So I can get my databases like such: my $dbh = DBIx::Generator->get_dbh( db => 'postgres1' ); Or: my $dbh = DBIx::Ge

Re: [RFC] new module proposal - Log::Colorize

2003-06-13 Thread Joshua Hoblitt
How about: Text::Illustrate or Text::Exemplify -J --

Re: [RFC] new module proposal - Log::Colorize

2003-06-13 Thread Paul Johnson
Ken Williams said: > > On Friday, June 13, 2003, at 09:06 AM, Enrico Sorcinelli wrote: >> >> lately I've needed to colorize (or highlight) the lines of some IRC >> logs. >> I've searched on CPAN and apparently there isn't any similar module. >> So I wrote a simple script in order to do it. >> The

Re: [RFC] new module proposal - Log::Colorize

2003-06-13 Thread Ken Williams
On Friday, June 13, 2003, at 09:06 AM, Enrico Sorcinelli wrote: lately I've needed to colorize (or highlight) the lines of some IRC logs. I've searched on CPAN and apparently there isn't any similar module. So I wrote a simple script in order to do it. The output can be in html or to terminal (by

[RFC] new module proposal - Log::Colorize

2003-06-13 Thread Enrico Sorcinelli
Hi all, lately I've needed to colorize (or highlight) the lines of some IRC logs. I've searched on CPAN and apparently there isn't any similar module. So I wrote a simple script in order to do it. The output can be in html or to terminal (by using Escape sequences). The module is very simple but a

CPAN Module Proposal: Business::Ship

2003-06-01 Thread Dan Browning
Business::Ship is a shipping API, currently it only implements shipping cost calculations for UPS and USPS. Before I upload it to PAUSE, I would like some feedback. * Namespace: is Business::Ship a good spot for this? Alternatives? - Related, but different modules are: Business::UPS, Busin

[RFC] new module proposal

2003-03-26 Thread Enrico Sorcinelli
Hi all, I wrote a simple collection of HTML/XML widget generator (like tabs, boxes, paths) using a master class and the subclasses rendering the particular elements with the same API. I searched on CPAN and apparently I've not found similar modules, except CGI::Widget::Tabs (but my implementation d

Gnutella module proposal

2001-01-10 Thread iwade
Hello, I would like to contribute a module for connection to the Gnutella network (based around version 0.4 of the protocol spec). It is very similar in design and function to the Net::IRC module, utilising an object oriented interface and callbacks. Name: Iain Wade Email: [EMAIL PROTECTED] H

Request for Registration and Module Proposal

2000-11-06 Thread Richard Sutherland
Name : Richard Sutherland Email : [EMAIL PROTECTED] Home Page : None User ID : RVSUTHERL DLSI : adpO Reverse engineers object DDL; also defrags I am requesting registration as a developer, and proposing a module currently called DDL::Oracle. Word of this module was sent to

Registration request and module proposal (Circa::Indexer and Circa::Search)

2000-10-15 Thread Alain BARBET
Hi, Name : Alain BARBET Email address : [EMAIL PROTECTED] Homepage : http://www.alianwebserver.com/circa Preferred user-ID on CPAN: ALIAN Module description: D: b S: d L : p I : O Description : Module for provide search on Web Site with MySQL Circa::Indexer : provide function

Module proposal

2000-09-21 Thread djberge
Name: Daniel Berger Email: [EMAIL PROTECTED] Web page: none Preferred user ID: djberg96 Module - A Perl/Tk widget called JListbox. This is identical to a Listbox except that the text within it can be centered or right-justified by the programmer (normally not possible). Name

Module Proposal: Apache::GD::Graph

2000-08-01 Thread Rafael Kitover
Used like so in httpd.conf: PerlModule Apache::GD::Graph SetHandler perl-script PerlHandler Apache::GD::Graph Then requests such as: http://www.your-server.com/chart?type=lines&x_labels=1st,2nd,3rd,4th,5th&x_values=1,2,3,4,5&y_values=6,7,8,9,10 Will invoke GD::Graph to generate the appropri

Registration request and module proposal (GoldMine API wrapper)

2000-06-04 Thread Robert K. Antczak
name : Robert Antczak email address : [EMAIL PROTECTED] preferred user-ID on CPAN. : RANTCZAK module description : Perl interface to GoldMine for Windows contact manager a proposed DSLI entry: GoldMine::GMAPI cdhO Wraps the GoldMine API (mswindows) in a Perl object. (GoldMine::GMAPI is me

RE: [new module] proposal Apache::DebugHeaders

2000-03-31 Thread Geoffrey Young
> -Original Message- > From: Graham Barr [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 31, 2000 3:12 AM > To: Geoffrey Young > Cc: 'Ask Bjoern Hansen'; '[EMAIL PROTECTED]'; 'Stas Bekman'; 'darren > chamberlain'; '

Re: [new module] proposal Apache::DebugHeaders

2000-03-31 Thread Graham Barr
On Thu, Mar 30, 2000 at 04:07:38PM -0500, Geoffrey Young wrote: > Hey, I'm not trying to redo anyone's work or step on toes... I am sure your not, but on the other hand when two modules are so close in functionality it can help to merge them. There are several reasons why this can be benificial,

RE: [new module] proposal Apache::DebugHeaders

2000-03-30 Thread Geoffrey Young
# otherwise, just print the pid #----- print STDERR "Debug PID for $uri during " . $r->notes('PERL_CUR_HOOK') . "\n\t$$\n"; #-

Re: [new module] proposal Apache::DebugHeaders

2000-03-30 Thread Ask Bjoern Hansen
On Thu, 30 Mar 2000, Geoffrey Young wrote: > Hi all... > > I finished an alpha of DebugHeaders (now potentially called DebugInfo) - > here's the description. I still think it would fit much better as patches to Apache::DumpHeaders. :) They are doing pretty much the same thing. - ask --

Re: [new module] proposal Apache::DebugHeaders

2000-03-30 Thread Geoffrey Young
Hi all... I finished an alpha of DebugHeaders (now potentially called DebugInfo) - here's the description. As I've said in the past, I'm terrible with names - barring any adverse feedback, I'll upload it to CPAN under Apache-DebugInfo_0.01 sometime today or tomorrow... --Geoff =head1 NAME