<br><br><div><span class="gmail_quote">On 8/28/06, <b class="gmail_sendername">Christopher H. Laco</b> <<a href="mailto:claco@chrislaco.com">claco@chrislaco.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Krzysztof Krzyzaniak wrote:<br>> Jess Robinson wrote:<br>>> Many fun and interesting updates:<br>> [..]<br>>> The DBIx::Class Team.<br>><br>> Just wonder, if using Cwd 3.12 will do any harm?<br>> (ERROR: Version
3.12 of Cwd is installed, but we need version >= 3.19)<br>><br>> <a href="http://Cwd.pm">Cwd.pm</a> is provided by perl-base package in debian/ubuntu and it would<br>> hard to provide newer <a href="http://Cwd.pm">
Cwd.pm</a> as official package.<br>><br>> eloy<br><br>I'm using a much older version on my AS perl since it decided to fight<br>me at every tern when upgrading to the latest PathTools...even w/ ppms<br>and removing the original (since AS INC is backwords IMHO).
<br><br>I'd suspect it's only used for deplying from sql schema files or loading<br>from sql schema files. I cou;d be wrong, but I haven't had any issues w/<br>an older Cwd. Just lucky maybe.</blockquote><div><br>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.
<br><br>-- Brandon<br></div><br></div>