On 8/28/06, Christopher H. Laco <[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 is provided by perl-base package in debian/ubuntu and it would
> hard to provide newer 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.

-- Brandon

_______________________________________________
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