On Mon, Feb 10, 2014 at 12:19:05AM -0500, Mark Jensen wrote: > Greetings DBI, I would like to register DBD::Neo4p in DBI with prefix > neo_. It provides a DBI wrapper > for a REST interface to the Neo4j db. > https://metacpan.org/pod/DBD::Neo4p > https://metacpan.org/pod/REST::Neo4p
Mark, the Neo4p name has been nagging at me a little. It's a cute play on the fact that it's a Neo4j interface for perl, and that kind of play has precedents in modules like Log4p. However, Log4p is a clone of 'log-4-java' so 'log-4-perl' makes sense. Neo4p on the other hand, isn't clone of Neo4j, it's an interface to it. Would you consider renaming the modules to *::Neo4j? Tim.