Restore 'timezone' field in column info ( extends eef9b484 )
[dbsrgits/DBIx-Class-Historic.git] / lib / DBIx / Class / Schema.pm
index c0cba10..fff27dd 100644 (file)
@@ -908,6 +908,7 @@ sub compose_namespace {
       }
     }
 
+    # Legacy stuff, not inserting INDIRECT assertions
     quote_sub "${target}::${_}" => "shift->schema->$_(\@_)"
       for qw(class source resultset);
   }