Merge branch 'ab/cred-netrc-no-autodie'

Hotfix for contrib/ stuff broken by this cycle.

* ab/cred-netrc-no-autodie:
  git-credential-netrc: remove use of "autodie"
maint
Junio C Hamano 2018-06-18 10:18:42 -07:00
commit 094381ed79
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@

use strict;
use warnings;
use autodie;

use Getopt::Long;
use File::Basename;