- Move loader_class from Schema::Loader::Base to Schema::Loader
[dbsrgits/DBIx-Class-Schema-Loader.git] / lib / DBIx / Class / Schema / Loader / Base.pm
index a45d654..30e4c9b 100644 (file)
@@ -62,14 +62,7 @@ classes, and implements the common functionality between them.
 =head1 CONSTRUCTOR OPTIONS
 
 These constructor options are the base options for
-L<DBIx::Class::Schema::Loader/loader_opts>.  Available constructor options are:
-
-=head2 loader_class
-
-Use the specified class as the loader instead of
-C<DBIx::Class::Schema::Loader${storage_type}>. This is mostly useful for
-subclassing existing loaders or in conjunction with
-L<DBIx::Class::Schema::Loader/dump_to_dir>.
+L<DBIx::Class::Schema::Loader/loader_options>.  Available constructor options are:
 
 =head2 skip_relationships