Re: [Dbix-class] Class::C3::Componentised bug (was deployment bug with DBIC running from PAR)

2009-01-28 Thread Peter Rabbitson
Toby Corkindale wrote: I need to stop replying to myself :( I'd say the problem lies this block of code: # Look through the @INC path to find the file foreach ( @try_first, @INC ) { my $full = $_/$filename; next unless -e $full; return $UNIX ? $full :

Re: [Dbix-class] Announcing 0.08099_06 - add_relationship and accessors on objects

2009-01-28 Thread Zbigniew Lukasiak
On Mon, Jan 26, 2009 at 9:22 AM, Zbigniew Lukasiak zzb...@gmail.com wrote: Hi, I've started the testing and I found out that add_relationship does not create the accessor on the row objects (or maybe I am missing something - but then I volunteer to do the doc patch). I think this is not

Re: [Dbix-class] Development version and DB2

2009-01-28 Thread Peter Rabbitson
Andreas Mock wrote: Hi all, I'm new to DBIx::Class and took the current development version as I saw that there a some topics fixed since the last stable build. I ran the test scripts against a DB2 V9.1. While all tests seem fine (if DB2 tests are skipped) I get an error when I want to

Re: [Dbix-class] Development version and DB2

2009-01-28 Thread Andreas Mock
-Ursprüngliche Nachricht- Von: Peter Rabbitson rabbit+d...@rabbit.us Gesendet: 28.01.09 19:08:01 An: DBIx::Class user and developer list dbix-class@lists.scsys.co.uk Betreff: Re: [Dbix-class] Development version and DB2 We are waiting for another DB2 user of ours to verify this