I've queued this from Dscho; please take it into consideration when you reroll. Thanks. -- >8 -- From: Johannes Schindelin <johannes.schindelin@xxxxxx> Date: Sun, 29 Oct 2017 16:17:06 +0100 Subject: [PATCH] fixup! Git/Packet.pm: extract parts of t0021/rot13-filter.pl for reuse The patch introducing Git/Packet.pm forgot the NO_PERL_MAKEMAKER part. Breaking the test suite on Windows. Signed-off-by: Johannes Schindelin <johannes.schindelin@xxxxxx> --- perl/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/perl/Makefile b/perl/Makefile index 15d96fcc7a..4a74a493e6 100644 --- a/perl/Makefile +++ b/perl/Makefile @@ -37,6 +37,7 @@ modules += Git/SVN/Editor modules += Git/SVN/GlobSpec modules += Git/SVN/Log modules += Git/SVN/Migration +modules += Git/SVN/Packet modules += Git/SVN/Prompt modules += Git/SVN/Ra modules += Git/SVN/Utils -- 2.15.0-rc2-267-g7d3ed0014a