From d1206e84fb652f03398ab3fcf38343fcc97569b9 Mon Sep 17 00:00:00 2001 From: Hauke D Date: Tue, 29 Oct 2019 17:31:00 +0100 Subject: [PATCH] Added more info to an error message Thanks to Bernhard M. Wiedemann for pointing this out! --- build/build.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/build/build.pl b/build/build.pl index d8e6762..b91cf22 100755 --- a/build/build.pl +++ b/build/build.pl @@ -161,6 +161,7 @@ GITSTUFF: { unless $tags=~/^\Q$C{PERLVER}\E$/m; my $branches = git 'branch', '--list', {show_cmd=>$VERBOSE}; die "could not find branch '$C{PERL_BRANCH}', is this the right repository?" + . " (or the WebPerl author forgot to push tags to the emperl5 repo)" unless $branches=~/^\*?\s*\b\Q$C{PERL_BRANCH}\E$/m; say STDERR "# Found tag '$C{PERLVER}' and branch '$C{PERL_BRANCH}' in $C{PERLSRCDIR}"; }