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

Test fails with perl 5.19.x #1

Closed
eserte opened this issue Apr 29, 2014 · 4 comments
Closed

Test fails with perl 5.19.x #1

eserte opened this issue Apr 29, 2014 · 4 comments

Comments

@eserte
Copy link

eserte commented Apr 29, 2014

See http://matrix.cpantesters.org/?dist=Acme-TLDR+0.002
It looks like there's a problem with Digest::MD5, which probably should be installed, as it's a core module

@chorny
Copy link

chorny commented May 14, 2014

creaktive added a commit that referenced this issue Jun 28, 2014
@creaktive
Copy link
Owner

Apparently, ExtUtils::Installed sometimes fails to list Digest::MD5 under tester environments.

@eserte
Copy link
Author

eserte commented Jul 2, 2014

Just a guess: maybe the difference is whether Digest::MD5 is additionally installed in site_perl or not?

@creaktive
Copy link
Owner

Indeed, here's the output for the stock Perl that comes with Mac OS X:

Stas-MacBook:~ root# perl -MExtUtils::Installed -E 'say for ExtUtils::Installed->new->modules'
Bundle::NetSNMP
Perl
mod_perl2

Will shave dat yak :)

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

3 participants