Skip to content

Alien::Base::Wrapper->mm_args2() overwrites existing prereq versions #428

Description

@johannessen

When setting CONFIGURE_REQUIRES, “mm_args2” in Alien::Base::Wrapper disregards a required minimum version that’s already present in the arguments:

my %mm_args2 = Alien::Base::Wrapper->mm_args2(
  CONFIGURE_REQUIRES => {
    'ExtUtils::MakeMaker' => '7.12',  # first EU:MM version with the XSMULTI feature
  },
  XSMULTI => 1,
);

say $mm_args2{CONFIGURE_REQUIRES}{'ExtUtils::MakeMaker'};

# Expected:  7.12
# Actual:    6.52

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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