Re: adding a new module to CPAN
From: Jim Keenan (jkeen_via_google_at_yahoo.com)
Date: 10/03/04
- Previous message: Tassilo v. Parseval: "Re: How to tell CPAN-testers a module is just for a specific platform?"
- Next in thread: matthias.eckardt_at_link-up.de: "Re: adding a new module to CPAN"
- Maybe reply: matthias.eckardt_at_link-up.de: "Re: adding a new module to CPAN"
- Reply: matthias.eckardt_at_link-up.de: "Re: adding a new module to CPAN"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 02 Oct 2004 22:50:36 GMT
matthias.eckardt@link-up.de wrote:
> Hi. I'm considering adding a new module to CPAN and want some
> feedback.
> The goal of the module is to support the small scripts you have to
> write
> every day. These functionality is available yet:
>
> - GetOpt style command line processing with mandatory check, default
> values,
> automated usage messages.
> - help function with automated POD display
> - simple logging
> - simple read/write of entire files from/to arrays with error handling
> - simple formatter for data in CSV, array or DBI datastructures
> - simple signal handling
> - IO::File open with error logging
Are you sure you want all this different functionality in one module?
>
> What I need is a name space for this. Today I use EUB. It's a acronym
> of the name of my company. I know that's not at all a good idea.
>
> Can anybody help?
Procedural suggestion: Post this query on the module-authors@perl.org
mailing list. You'll get plenty of feedback.
jimk
- Previous message: Tassilo v. Parseval: "Re: How to tell CPAN-testers a module is just for a specific platform?"
- Next in thread: matthias.eckardt_at_link-up.de: "Re: adding a new module to CPAN"
- Maybe reply: matthias.eckardt_at_link-up.de: "Re: adding a new module to CPAN"
- Reply: matthias.eckardt_at_link-up.de: "Re: adding a new module to CPAN"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|