From: Junio C Hamano Date: Tue, 23 Jan 2018 21:49:50 +0000 (-0800) Subject: Merge branch 'ab/simplify-perl-makefile' into next X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/1506e0651a1859d61f28f78064687ca55cff2cb6?hp=--cc Merge branch 'ab/simplify-perl-makefile' into next The build procedure for perl/ part has been greatly simplified by weaning ourselves off of MakeMaker. * ab/simplify-perl-makefile: perl: treat PERLLIB_EXTRA as an extra path again perl: avoid *.pmc and fix Error.pm further Makefile: replace perl/Makefile.PL with simple make rules --- 1506e0651a1859d61f28f78064687ca55cff2cb6 diff --cc t/perf/aggregate.perl index 5c439f6bc2,923044df6a..3a0917fa61 --- a/t/perf/aggregate.perl +++ b/t/perf/aggregate.perl @@@ -1,9 -1,8 +1,9 @@@ #!/usr/bin/perl - use lib '../../perl/blib/lib'; + use lib '../../perl/build/lib'; use strict; use warnings; +use JSON; use Git; sub get_times {