Changes for version 0.02

  • better documentation of config_path() in Synchronizer.pm
  • Thanks to Steve McNabb for:
    • fixed POD typos
    • added a carp() in case of failed eval in Migrator.pm

Modules

Migrate data from one database to another using Class::DBI.
Abstract class for mapping a single row in the source database to a single row in the target database.
Abstract parent class for objects that map a single column in a single row from the source database to the target database.
Map a single column in a single row that represents a has_a relatsionship from the source database to a single column in a single row that represents a has_a relationship in the target database.
Class that does the actual data migration from a source database to a target database.