Skip Menu |

This queue is for tickets about the DBIx-Class-ResultSet-Atomic CPAN distribution.

Report information
The Basics
Id: 46397
Status: new
Priority: 0/
Queue: DBIx-Class-ResultSet-Atomic

People
Owner: Nobody in particular
Requestors: phil123 [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.002
Fixed in: (no value)



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' ],