this was never documented and never should have been done. frew--
Arthur Axel "fREW" Schmidt [Wed, 28 Apr 2010 15:55:58 +0000 (15:55 +0000)]
lib/DBIx/Class/Schema/Journal.pm

index f472d54..5eabd46 100644 (file)
@@ -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;