On Wed, Oct 04, 2000 at 01:54:04PM +0200, Schon, Johan wrote:
> Greetings,
>
> I would like to register the the module names below, unless you
> think other names would be better (Maybe DBIx::* instead of Data:*?).
Not DBIx as yours is a framework that extends beyond DBI.
The use of Data::* is inappropriate here. The Data:: is more for
'narrower' modules implementing or manipulating data types.
(Think of it this way, almost all the modules on CPAN could be
moved under Data::* is we used a looser definition.)
Since yours appears to be an extensible framework perhaps a new
toplevel is appropriate:
DataSyncer::*
DbSyncer::*
Syncer::*
Tim.