Skip to content

Comments

nix-generate-from-cpan: fix core module detection#15484

Closed
rycee wants to merge 1 commit intoNixOS:masterfrom
rycee:fix/nix-generate-from-cpan
Closed

nix-generate-from-cpan: fix core module detection#15484
rycee wants to merge 1 commit intoNixOS:masterfrom
rycee:fix/nix-generate-from-cpan

Conversation

@rycee
Copy link
Member

@rycee rycee commented May 15, 2016

Things done
  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • OS X
    • Linux
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

This makes the detection of core modules a bit more robust by checking the module inclusion in a pure Perl interpreter. This ensures that any extra path in the nix-generate-from-cpan script's PERL5LIB does not affect the generated package expression.

This makes the detection of core modules a bit more robust by checking
the module inclusion in a pure Perl interpreter. This ensures that any
extra path in the `nix-generate-from-cpan` script's `PERL5LIB` does not
affect the generated package expression.
@mention-bot
Copy link

By analyzing the blame information on this pull request, we identified @edolstra to be a potential reviewer

@rycee
Copy link
Member Author

rycee commented May 18, 2016

I've successfully used the updated version for a while now so merged into master in commit 7ca412a.

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

Successfully merging this pull request may close these issues.

2 participants