[Dbix-class] [Catalyst] Announce: DBIx-Class-0.06003
Matt S Trout
dbix-class at trout.me.uk
Tue May 23 17:22:19 CEST 2006
Scott Karns wrote:
> Jess Robinson wrote:
>
>> Revision history for DBIx::Class
>>
>> 0.06003
>> - make find_or_create_related check defined() instead of truth
>> - don't unnecessarily fetch rels for cascade_update
>> - don't set_columns explicitly in update_or_create; instead use
>> update($hashref) so InflateColumn works
>> - fix for has_many prefetch with 0 related rows
>> - make limit error if rows => 0
>> - added memory cycle tests and a long-needed weaken call
>>
>> .. Enjoy!
>>
>> Jess (and all the other DBIC contributors!)
>>
>>
> When attempting to build DBIx::Class-0.6003, I encounter the following:
>
> t/52cycle...........................find_cycle find_weakened_cycle at
> /usr/lib/perl5/vendor_perl/5.8.8/Devel/Cycle.pm line 42.
> Undefined subroutine &Test::Memory::Cycle::find_cycle called at
> /usr/lib/perl5/vendor_perl/5.8.8/Test/Memory/Cycle.pm line 106.
> # Looks like your test died before it could output anything.
> t/52cycle...........................dubious
> Test returned status 255 (wstat 65280, 0xff00)
> DIED. FAILED test 1
> Failed 1/1 tests, 0.00% okay
>
> Related installed modules:
> Devel::Cycle-1.05
> Test::Memory::Cycle-1.02
>
> Any ideas?
Yes, the latest Devel::Cycle release appears not to export functions
properly, killing Test::Memory::Cycle. Devel::Cycle 1.04 is fine.
Any chance you could file an rt.cpan ticket for this?
More information about the Dbix-class
mailing list