On Mon Jan 02 12:02:43 2006, ambs wrote: > If we go in the way Perl5 is working, symlink fails (raise exception) in > cases where the system does not have them. Thus, I need a configuration > variable for the availability or not of symlinks. > > I am not sure how to test that, yet. If I got any news on that, I'll let > you know.
Alberto: I noticed that shortly after your OP to this RT, you implemented something in this area: ------------------------------------------------------------------------ r11129 | ambs | 2006-01-12 15:35:18 -0500 (Thu, 12 Jan 2006) | 4 lines OS - Added test for symlinks. - Implement synlinks under Windows. Is there anything remaining to be done under this ticket? Thank you very much. kid51