Re: [Dbix-class] mk_classaccessor in 0.8003

2007-07-19 Thread Matt S Trout
On Wed, Jul 18, 2007 at 07:39:40PM +0200, Ben Staude wrote: > Am Mittwoch 18 Juli 2007 19:26 schrieb Ben Staude: > > [snip] > > > Making a patch for this unfortunately is far beyond my horizon. Has it at > > all been intended to have mk_classaccessor in ::Storage::Statistics? If > > not, what's t

Re: [Dbix-class] mk_classaccessor in 0.8003

2007-07-18 Thread Ben Staude
Am Mittwoch 18 Juli 2007 19:26 schrieb Ben Staude: [snip] > Making a patch for this unfortunately is far beyond my horizon. Has it at > all been intended to have mk_classaccessor in ::Storage::Statistics? If > not, what's the recommonded way to store class data (effectivly, I collect > the execut

Re: [Dbix-class] mk_classaccessor in 0.8003

2007-07-18 Thread Ben Staude
Am Mittwoch 18 Juli 2007 14:58 schrieb Matt S Trout: > On Wed, Jul 18, 2007 at 09:42:54AM +1000, brett gardner wrote: > > mk_classaccessor works fine for me in schema objects in 0.8003., but > > DBIx::Class::Storage::Statistics doesnt have the same ancestors that the > > schema objects do. > > Pres

Re: [Dbix-class] mk_classaccessor in 0.8003

2007-07-18 Thread Matt S Trout
On Wed, Jul 18, 2007 at 09:42:54AM +1000, brett gardner wrote: > mk_classaccessor works fine for me in schema objects in 0.8003., but > DBIx::Class::Storage::Statistics doesnt have the same ancestors that the > schema objects do. Presumably it used to. A patch and test to put this back would be

Re: [Dbix-class] mk_classaccessor in 0.8003

2007-07-17 Thread brett gardner
mk_classaccessor works fine for me in schema objects in 0.8003., but DBIx::Class::Storage::Statistics doesnt have the same ancestors that the schema objects do. Ben Staude wrote: Hi there, recently there was a discussion on the list about mk_classaccessor having "dissapeared" with 0.8002, an