in reply to trouble subclassing DBIx::Class Resultsets (when using Catalyst?)

Hmm.. risking a shot in the dark, since I haven't used DBIx::Class - but does re-ordering that file make any difference?
package Infocenter::Schema::InfoDB::ResultSet::AuSchuldner; use strict; use warnings; use lib qw(./lib ../lib); use base 'DBIx::Class::ResultSet'; package Infocenter::Schema::InfoDB::AuSchuldner; use strict; use warnings; #use base 'Infocenter::Schema::InfoDB::Result'; use base 'DBIx::Class'; __PACKAGE__->resultset_class('Infocenter::Schema::InfoDB::ResultSet::A +uSchuldner'); ... 1;

--shmem

_($_=" "x(1<<5)."?\n".q·/)Oo.  G°\        /
                              /\_¯/(q    /
----------------------------  \__(m.====·.(_("always off the crowd"))."·
");sub _{s./.($e="'Itrs `mnsgdq Gdbj O`qkdq")=~y/"-y/#-z/;$e.e && print}
  • Comment on Re: trouble subclassing DBIx::Class Resultsets (when using Catalyst?)
  • Download Code