-
Notifications
You must be signed in to change notification settings - Fork 559
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Re: DBI-1.11: many tests fail with Perl5.005_57 + AIX + threading #102
Comments
From @timbunce
The offending line is: closedir($sth->{dbd_datahandle}); The only other relevant lines are: $sth->{dbd_datahandle} = "DBD::ExampleP::".++$DBD::ExampleP::gensym; I can't see why the test should fail in this way. Smells to me like Please confirm that there's no problem with a non-threaded perl. I'd be grateful if someone could test DBI 1.11 with a threaded 5.005_57 Tim. |
Migrated from rt.perl.org#906 (status was 'resolved')
Searchable as RT906$
The text was updated successfully, but these errors were encountered: