At 20:40 +0200 2001.06.01, Thomas Wegner wrote:
>I'm sending patches for "io_dir.t" and "IO::Dir". There are some path
>specification issues that have to be fixed. And here they are:

Again thanks muchly.  Again, I propose using File::Spec.


>-    -e ${*$dh}{io_dir_path} . "/" . $key;
>+    -e ${*$dh}{io_dir_path} . ${*$dh}{path_sep} . $key;

For each of these, I used:

        File::Spec->catfile(${*$dh}{io_dir_path}, $key)

instead.

-- 
Chris Nandor                      [EMAIL PROTECTED]    http://pudge.net/
Open Source Development Network    [EMAIL PROTECTED]     http://osdn.com/

Reply via email to