Brandon Black wrote:
> 
> 
> On 8/28/06, *Christopher H. Laco* <[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>> wrote:
> 
>     Krzysztof Krzyzaniak wrote:
>     > Jess Robinson wrote:
>     >> Many fun and interesting updates:
>     > [..]
>     >> The DBIx::Class Team.
>     >
>     > Just wonder, if using Cwd 3.12 will do any harm?
>     > (ERROR: Version 3.12 of Cwd is installed, but we need version >= 3.19)
>     >
>     > Cwd.pm <http://Cwd.pm> is provided by perl-base package in
>     debian/ubuntu and it would
>     > hard to provide newer Cwd.pm <http://Cwd.pm> as official package.
>     >
>     >   eloy
> 
>     I'm using a much older version on my AS perl since it decided to fight
>     me at every tern when upgrading to the latest PathTools...even w/ ppms
>     and removing the original (since AS INC is backwords IMHO).
> 
>     I'd suspect it's only used for deplying from sql schema files or loading
>     from sql schema files. I cou;d be wrong, but I haven't had any issues w/
>     an older Cwd. Just lucky maybe.
> 
> 
> You probably won't have any noticeable functional issues with an older
> Cwd.  The reason for the requirement is that older Cwds we've seen
> shipped by vendors are extremely inefficient on some platforms (shelling
> out and running `pwd` when they could/should be using getcwd()), and
> this makes a significant difference to DBIC Schema startup times.

Nice to hear. Second question: I have error in one test file:

t/19quotes......................NOK 3
#   Failed test 'Problem with ORDER BY quotes'
#   in t/19quotes.t at line 34.
#                   ''
#     doesn't match '(?-xism:ORDER BY terms)'
# Looks like you failed 1 test of 6.
t/19quotes......................dubious
        Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 3
        Failed 1/6 tests, 83.33% okay
t/19quotes_newstyle.............NOK 3
#   Failed test 'Problem with ORDER BY quotes'
#   in t/19quotes_newstyle.t at line 35.
#                   ''
#     doesn't match '(?-xism:ORDER BY terms)'
# Looks like you failed 1 test of 6.
t/19quotes_newstyle.............dubious
        Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 3
        Failed 1/6 tests, 83.33% okay

but it's probably connected with DBD::SQLite

-- 
[EMAIL PROTECTED]

       jak to dobrze, że są oceany - bez nich byłoby jeszcze smutniej

_______________________________________________
List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class
Wiki: http://dbix-class.shadowcatsystems.co.uk/
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/
Searchable Archive: http://www.mail-archive.com/dbix-class@lists.rawmode.org/

Reply via email to