Subject: | DBIx::Class::ResultSetManager never left experimental status and has now been DEPRECATED |
I tried using this but get the following
DBIx::Class::ResultSetManager never left experimental status and
has now been DEPRECATED. This module will be deleted in 09000 so please
migrate any and all code using it to explicit resultset classes using either
__PACKAGE__->resultset_class(...) calls or by switching from using
DBIx::Class::Schema->load_classes() to load_namespaces() and creating
when trying the following...
# or if you're using DBIx::Class::Schema::Loader...:
__PACKAGE__->loader_options(
# ...
# have separate Result and ResultSet schemas
use_namespaces => 1,
# use this plugin
resultset_components => [ '+DBIx::Class::ResultSet::Atomic' ],