Announcing DBIx::Class::Candy::ResultSet

Hello all!

I just released DBIx::Class::Candy 0.003000, which comes with DBIx::Class::Candy::ResultSet. This should completely resolve the issues I mentioned in my previous post. This is how I use it:

package Lynx::SMS::Schema::Candy::ResultSet;

use strict;
use warnings;

use parent 'DBIx::Class::Candy::ResultSet';

sub base { 'Lynx::SMS::Schema::ResultSet' }

1;
package Lynx::SMS::Schema::ResultSet::MessageChild;

use Lynx::SMS::Schema::Candy::ResultSet;

...

1;

If anyone runs into any issues let me know. Sorry that perl didn’t use c3 from day one!

Posted Tue, Apr 14, 2015

If you're interested in being notified when new posts are published, you can subscribe here; you'll get an email once a week at the most.