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

Dev testing can find installed version of stub #11

Open
ingydotnet opened this issue Dec 5, 2014 · 1 comment
Open

Dev testing can find installed version of stub #11

ingydotnet opened this issue Dec 5, 2014 · 1 comment

Comments

@ingydotnet
Copy link
Owner

If you:

git clone git@github.com:ingydotnet/acme-math-xs-pm -b eumm
cd acme-math-xs-pm
cpanm Alt::Acme::Math::XS::EUMM
prove -lv t/

the tests pass, even though there is no local version of
Acme::Math::XS::Inline. The installed/compiled version is used.

This might be confusing for authors.

There are things we can do:

  1. Add a check in the Dynaloader stub.
  2. PERL5OPT=-MInline,Module can check for sure.

Not a big deal but worth a think.

@mohawk2
Copy link
Contributor

mohawk2 commented Feb 5, 2015

I believe #31 fixes this.

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

2 participants