On 9/5/07, Rafael Garcia-Suarez <rgarciasuarez gmail.com> wrote:
> On 05/09/07, Jerry D. Hedden <jdhedden cpan.org> wrote:
> > The attached patch fixes the following test bug:
> >
> >
ext/Win32/t/Unicode.........................................
..Can't
> > locate utf8.pm in INC ( INC contains: ../lib) at
> > ../ext/Win32/t/Unicode.t line 63.
>
> Thanks, applied as #31796 (although I'm not sure why it
works)
The Win32::SetCwd causes INC (which contains ../lib)
to be "bad". It
appears that Win32::GetLongPathName needs utf8.pm, but
couldn't find
it after the dir change. The patch grabs the values of
Win32::GetCwd
needed for the test, changes back to the original dir, and
then does
the test.
|