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

Modules with undef versions result in warnings from internals #9

Open
haarg opened this issue Aug 16, 2016 · 0 comments
Open

Modules with undef versions result in warnings from internals #9

haarg opened this issue Aug 16, 2016 · 0 comments

Comments

@haarg
Copy link
Contributor

haarg commented Aug 16, 2016

If a module that is being checked has no version, warnings will be issued:

Use of uninitialized value $installed in string le at /Users/gknop/perl5/libs/5.022000-darwin-2level/lib/perl5/Dist/CheckConflicts.pm line 190.
Use of uninitialized value in concatenation (.) or string at /Users/gknop/perl5/libs/5.022000-darwin-2level/lib/perl5/Dist/CheckConflicts.pm line 159.

In my case, this is happening because it's trying loading the wrong module due to a case insensitive filesystem. So loading the module succeeds, but it's actually populating a different package, leaving the expected package with no version.

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

1 participant