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

This reverts commit d0bad145f5.

We don't need this any more, because the generated timestamps are
always set to 1970-01-01.

Reverting this will mean we get man pages for perl programs for free,
because those are generally part of the `install' target.
This commit is contained in:
Alyssa Ross 2019-10-03 10:25:14 +00:00
parent b9c5f849a4
commit 979811fa43
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -22,9 +22,6 @@ toPerlModule(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."