Re: Namespace suggestions for new module submission (record-level transaction howto?)

2004-01-04 Thread Arthur Corliss
On Sat, 3 Jan 2004, david nicol wrote: I am not certain how big Sleepycat's release is any more, but I think a DB::Inline done with Inline.pm wrapping sleepycat code would be an interesting project. That might just move the problem from library synchronization to making sure that everyone

Re: Namespace suggestions for new module submission

2004-01-02 Thread Mark Stosberg
On Thu, Jan 01, 2004 at 06:15:49PM -0900, Arthur Corliss wrote: Greetings: In the near future I'd like to submit a module for inclusion on CPAN. I need some advice on the appropriate namespace, however, since I don't want to pollute top-level namespace. Unofficial module name (as it's

Re: Namespace suggestions for new module submission

2004-01-02 Thread Arthur Corliss
On Fri, 2 Jan 2004, Mark Stosberg wrote: Will this be implemented with the DBI interface? Then DBD::YourProject seems appropriate. DBD::SQLite seems to be a related case, although it's not Pure Perl, it just allows you install it as a standard DBI driver. I don't think it does enough to

Namespace suggestions for new module submission

2004-01-01 Thread Arthur Corliss
Greetings: In the near future I'd like to submit a module for inclusion on CPAN. I need some advice on the appropriate namespace, however, since I don't want to pollute top-level namespace. Unofficial module name (as it's being developed): PerlDBM Synopsis: Pure-perl implementation of a dbm