http://bugs.winehq.org/show_bug.cgi?id=5624
Summary: ActivePerl 5.8.8 error when testing Win32::GuiTest Product: Wine Version: CVS Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-console AssignedTo: wine-bugs@winehq.org ReportedBy: tkho@ucla.edu
ActivePerl 5.8.8 with Win32::GuiTest stumbles on the included which.pl example. I minimized the test case to the line "use ExtUtils::MakeMaker::Config;" which works in Windows but not in Wine.
The failure goes away when I try to trace the problem with -MDebug::Trace.
Perl backtrace: &Config::AUTOLOAD failed on Config::launcher at C:/Perl/lib/Config.pm line 72. Compilation failed in require at C:/Perl/lib/ExtUtils/MakeMaker.pm line 7. BEGIN failed--compilation aborted at C:/Perl/lib/ExtUtils/MakeMaker.pm line 7. Compilation failed in require at C:/Perl/site/lib/Win32/GuiTest/Cmd.pm line 60. BEGIN failed--compilation aborted at C:/Perl/site/lib/Win32/GuiTest/Cmd.pm line 60. Compilation failed in require at c:\win32-guitest\eg\which.pl line 17. BEGIN failed--compilation aborted at c:\win32-guitest\eg\which.pl line 17.