Merge branch 'jk/perl-warning'

Dev support.

* jk/perl-warning:
  perl: check for perl warnings while running tests
This commit is contained in:
Junio C Hamano
2020-11-09 14:06:25 -08:00
22 changed files with 30 additions and 19 deletions

View File

@ -1,6 +1,6 @@
package Git::SVN::Log;
use strict;
use warnings;
use warnings $ENV{GIT_PERL_FATAL_WARNINGS} ? qw(FATAL all) : ();
use Git::SVN::Utils qw(fatal);
use Git qw(command
command_oneline