DBIx-SB: I think we can drop _ClassAccessible

Hello.
IMHO we can drop _ClassAccessible method in Record.pm or
change it with someething like:
sub _ClassAccessibe { return {} }
or
sub _ClassAccessibe { die “Method should be overriden in subclass” }

Best regards, Ruslan.

Hello.
IMHO we can drop _ClassAccessible method in Record.pm or
change it with someething like:
sub _ClassAccessibe { return {} }
or
sub _ClassAccessibe { die “Method should be overriden in subclass” }

That will certainly break RT2.

Jesse Vincent wrote:

Hello.
IMHO we can drop _ClassAccessible method in Record.pm or
change it with someething like:
sub _ClassAccessibe { return {} }
or
sub _ClassAccessibe { die “Method should be overriden in subclass” }

That will certainly break RT2.

Ok, leave it for 2.0 version, where I expect backward compatibility
breakage because of API changes. I’ll send my thoughts later :slight_smile: