X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=xt%2Fdist%2Fauthors.t;h=7f0537bc8278dbbb3462a85cfeaef5b4a7fe1c94;hb=93f1cd05f42cb5b4081a2929804f3c8ab4d38f52;hp=8ee1bf37f401537cbd5af27a2d6059dd1794de33;hpb=606ff399fbfb4ece89effeab2bc0ef23716b9e6b;p=dbsrgits%2FDBIx-Class.git diff --git a/xt/dist/authors.t b/xt/dist/authors.t index 8ee1bf3..7f0537b 100644 --- a/xt/dist/authors.t +++ b/xt/dist/authors.t @@ -1,3 +1,5 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } + use warnings; use strict; @@ -75,7 +77,7 @@ if ( for ( map { my ($gitname) = m/^ \s* \d+ \s* (.+?) \s* $/mx; utf8::decode($gitname); $gitname } - qx( git shortlog -e -s ) + qx( git shortlog HEAD --remotes=historic/ghpr/applied/ --remotes=historic/ghpr/closed/ -e -s ) ) { my ($eml) = $_ =~ $email_re;