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

2009-02-04 Thread Peter Rabbitson
Toby Corkindale wrote: Peter Rabbitson wrote: 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

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

2009-02-04 Thread Toby Corkindale
Peter Rabbitson wrote: Toby Corkindale wrote: Peter Rabbitson wrote: 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;

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

2009-02-03 Thread Toby Corkindale
Peter Rabbitson wrote: 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 ?

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 :