Skip to content

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

Description

@laufeyjarson

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions