From: Arthur Axel "fREW" Schmidt Date: Wed, 28 Apr 2010 15:55:58 +0000 (+0000) Subject: this was never documented and never should have been done. frew-- X-Git-Tag: v0.900201~19 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e0305412952a8232e51c66c0a588ce4462a591f1;p=dbsrgits%2FDBIx-Class-Journal.git this was never documented and never should have been done. frew-- --- diff --git a/lib/DBIx/Class/Schema/Journal.pm b/lib/DBIx/Class/Schema/Journal.pm index f472d54..5eabd46 100644 --- a/lib/DBIx/Class/Schema/Journal.pm +++ b/lib/DBIx/Class/Schema/Journal.pm @@ -39,7 +39,7 @@ sub _journal_schema_prototype { my $comp = $self->journal_component || "Journal"; - + my $prefix = $self->journal_prefix || ''; foreach my $audit (qw(ChangeSet ChangeLog)) { my $class = blessed($proto) . "::$audit"; @@ -104,14 +104,6 @@ sub connection { return $schema; } -sub deploy { - my $self = shift; - - $self->next::method(@_); - - $self->journal_schema_deploy(@_); -} - sub journal_schema_deploy { my $self = shift;