The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package IRC::Schema::CandyRS;

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

sub base { 'IRC::Schema::ResultSet' }

sub perl_version { return 10 if $] >= 5.010 }
sub experimental { return ['signatures'] if $] >= 5.020 }

1;