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

Fix an error reporting bug in ExtUtils::ParseXS #21082

Merged
merged 2 commits into from May 9, 2023

Commits on May 8, 2023

  1. EU::PXS: initialize $self correctly in EU::PXS::Utilities::death()

    Encountered as an attempt to reference "2" from mis-typed
    parameter type.
    tonycoz committed May 8, 2023
    Configuration menu
    Copy the full SHA
    6d970be View commit details
    Browse the repository at this point in the history
  2. bump $ExtUtils::ParseXS.*::VERSION

    # Conflicts:
    #	dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps.pm
    #	dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Cmd.pm
    #	dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/InputMap.pm
    #	dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/OutputMap.pm
    #	dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Type.pm
    tonycoz committed May 8, 2023
    Configuration menu
    Copy the full SHA
    171c542 View commit details
    Browse the repository at this point in the history