}
$dbh->bz_start_transaction();
+ $self->before_read();
# Read Other Database
my $users = $self->users;
my $products = $self->products;
sub after_insert {}
sub before_insert {}
sub after_read {}
+sub before_read {}
#############
# Inserters #
translating bugs, then they should be listed here. See L</translate_bug> for
more detail.
+=head2 before_read
+
+This is called before any data is read from the "other bug-tracker".
+The default implementation does nothing.
+
=head2 after_read
This is run after all data is read from the other bug-tracker, but