Because of the canonicalization bug in File::Spec->catfile (ie. the file
part is not canonicalized) please use MakeMaker's catfile() wrapper which
fixes the bug.

So instead of:  File::Spec->catfile(@dirs, $file);  
           do:  $self->catfile(@dirs, $file);


-- 

Michael G. Schwern   <[EMAIL PROTECTED]>    http://www.pobox.com/~schwern/
Perl Quality Assurance      <[EMAIL PROTECTED]>         Kwalitee Is Job One
conway: unit of mind expansion.  One Conway == ~20 lines of Perl code
  found in $CPAN/authors/id/D/DC/DCONWAY, which gives the sensation
  of your brain being wrapped around a brick, with kiwi juice squeezed
  on top.
        -- Ziggy

Reply via email to