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

ZMQ::LibZMQ3 doesn't build on Strawberry Perl #13

Open
laufeyjarson opened this issue Sep 13, 2012 · 2 comments
Open

ZMQ::LibZMQ3 doesn't build on Strawberry Perl #13

laufeyjarson opened this issue Sep 13, 2012 · 2 comments

Comments

@laufeyjarson
Copy link

I've been trying to use ZMQ::LibZMQ3 on Strawberry Perl.

There's a couple of small problems.

One is this, from Makefile.PL:

Can't do inplace edit without backup at Makefile.PL line 101.

This is because Windows Perl can't do in-place edit.

A work-around is to change $^I to have a backup. I used ~ like gvim does:

Line 100 of Makefile.PL:
local $^I = '~';

That lets the Makefile.PL work.

Would you like a patch with that and an unlink of that file?

@lestrrat
Copy link
Collaborator

@laufeyjarson Yeah, a patch would be nice, especially as I wouldn't be able to test it myself

@zmughal
Copy link
Contributor

zmughal commented Jan 14, 2018

This does build for me under Strawberry Perl v5.26.1.1. I could try to add an AppVeyor configuration that tests this. I have done this through https://github.com/zmughal-p5CPAN/p5-Net-Async-ZMQ.

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

3 participants