Description: Make the build reproducible
Author: Chris Lamb <lamby@debian.org>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2016-08-31
Bug-Debian: https://bugs.debian.org/835871
Forwarded: https://github.com/pjcj/Devel--Cover/issues/170
Bug: https://github.com/pjcj/Devel--Cover/issues/170

--- libdevel-cover-perl-1.23.orig/Makefile.PL
+++ libdevel-cover-perl-1.23/Makefile.PL
@@ -23,7 +23,7 @@ my $Author  = 'paul@pjcj.net';
 my @perlbug = ("perlbug", "-a", $Author,
                           "-s", "Installation of Devel::Cover $Version");
 my $Perlbug = join " ", map { / / ? "'$_'" : $_ } @perlbug;
-my $base    = getcwd;
+my $base    = "./";
 my %inc     = map { -d $_ ? (($_ eq "." ? $_ : Cwd::abs_path($_)) => 1) : () }
                   @INC;
 my @inc     = sort keys %inc;
