perl-modules: do not create perllocal.pod, for determinism

This commit is contained in:
Alexander Kjeldaas 2014-04-10 13:45:26 +02:00 committed by Vladimír Čunát
parent 88fd7f4527
commit d0bad145f5

View file

@ -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."