Skip to content

Add support for Perl built with C++ #1294

@pmqs

Description

@pmqs

For Perl XS modules, particularly those in the core, you need your module to support being build with a Perl binary created with a C++ compiler.

I'm just updating Compress-Raw-Zlib with a C- related change that gets stung with this use-case more often that I'd like. The typical workflow goes like tis

  • I update the module, forgetting to test the C++ use case
  • code gets uploaded to CPAN
  • the smokes run but they fail with the C++ builds
  • I scramble to fix the issue & upload a to CPAN

I have all of the use-cases I need cooked into my GitHub actions, but this one is missing. Any chance of adding C++ support?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions