[Dbix-class] Breakage on .127 -> .192 upgrade

Toby Corkindale toby at dryft.net
Mon May 23 06:08:00 GMT 2011


On 20 May 2011 12:00, Peter Rabbitson <rabbit+dbic at rabbit.us> wrote:
> On Fri, May 20, 2011 at 11:52:18AM +1000, Toby Corkindale wrote:
>> Hi,
>> I don't know how I failed to pick this up during the testing period
>> for the .19x versions.
>>
>> I have some code that fails on dbic .192, but works when rolled back to .127.
>> The failure is due to the Result class defining some accessors with
>> mk_classdata() which are referred to from within a sqlt_deploy_hook()
>> method.
>
> Known embarrassing regression (I made an incorrect assumption and noone caught
> it after the fact). Look forward to 0.08193 by Monday the latest.


So I "fixed" this code by referring to $self->result_class->...
instead of $self->..., but now I'd like to know - will that break when
I update to .193?

(I guess I'll find out soon enough when it comes out, but its nice to
get advance warning of all the continuous integration systems spamming
me upon upgrade :)

Cheers,
Toby

-- 
Turning and turning in the widening gyre
The falcon cannot hear the falconer
Things fall apart; the center cannot hold
Mere anarchy is loosed upon the world



More information about the DBIx-Class mailing list