Skip to content
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

Made test t/87async.t not stop on Win32. #6

Merged
merged 1 commit into from
Sep 12, 2013
Merged

Made test t/87async.t not stop on Win32. #6

merged 1 commit into from
Sep 12, 2013

Conversation

mbeijen
Copy link
Contributor

@mbeijen mbeijen commented Sep 12, 2013

This test used Time::HiRes::clock_gettime() but this gives a compile
time warning on MSWin32.
I replaced this with Time::HiRes::gettimeofday() so this test no
longer fails there.

This test used Time::HiRes::clock_gettime() but this gives a compile
time warning on MSWin32.
I replaced this with Time::HiRes::gettimeofday() so this test no
longer fails there.
CaptTofu added a commit that referenced this pull request Sep 12, 2013
Made test t/87async.t not stop on Win32.
@CaptTofu CaptTofu merged commit a247abd into perl5-dbi:master Sep 12, 2013
@mbeijen mbeijen deleted the fix-87-async-win32 branch September 13, 2013 07:23
@iHeadRu iHeadRu mentioned this pull request Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants