Extra test of UNIVERSAL handling in describe_class_methods
[dbsrgits/DBIx-Class.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);
   }