Definitely interesting and worthwhile. The LDAP capability is interesting -- I suspect most other code like this is really specialized towards databases. These are the questions/comments that come to mind:
- How does this compare to other modules of this type? (Quick CPAN search reveals DBIx::Migrate and Class::DBI::DataMigration)
- I agree that "Data::Sync" doesn't seem quite right. First, the name is extremely general, whereas the module is specific to databases and LDAP, not any type of data. Second, it does a one-way merge-update, which is only a narrow, almost colloquial meaning for "sync". For "sync" I'd imagine something that was bi-directional and helped manage conflicts.
- What kind of performance does it have for large datasets?
-xdg
Code written by xdg and posted on PerlMonks is public domain. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.