perl-modules: do not create perllocal.pod, for determinism
This commit is contained in:
parent
88fd7f4527
commit
d0bad145f5
@ -11,6 +11,9 @@ perl.stdenv.mkDerivation (
|
||||
# Prevent CPAN downloads.
|
||||
PERL_AUTOINSTALL = "--skipdeps";
|
||||
|
||||
# Avoid creating perllocal.pod, which contains a timestamp
|
||||
installTargets = "pure_install";
|
||||
|
||||
# From http://wiki.cpantesters.org/wiki/CPANAuthorNotes: "allows
|
||||
# authors to skip certain tests (or include certain tests) when
|
||||
# the results are not being monitored by a human being."
|
||||
|
Loading…
Reference in New Issue
Block a user