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

tests hang on Windows #4

Open
chorny opened this issue Nov 15, 2017 · 1 comment
Open

tests hang on Windows #4

chorny opened this issue Nov 15, 2017 · 1 comment

Comments

@chorny
Copy link

chorny commented Nov 15, 2017

Strawberry perl 5.24.0, Windows XP.

>perl -Mblib t\Argon\Server.t
# Seeded srand with seed '20171115' from local date.
(hangs)

Without subtest:

>perl -Mblib t\Argon\Server.t
# Seeded srand with seed '20171115' from local date.
ok 1 - new
ok 2 - address
(hangs)

If your module cannot work on Windows at all, you can die in Makefile.PL/Build.PL. See http://wiki.cpantesters.org/wiki/CPANAuthorNotes for how to do this.
Win32::Process can be used on Windows to run external processes.

@sysread
Copy link
Owner

sysread commented Nov 15, 2017 via email

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

No branches or pull requests

2 participants