Re: [PATCH 2/6] Remove function prototypes from git-send-email.perl
From: Jeff King <hidden> Date: 2016-06-15 22:46:42
On Wed, Apr 29, 2009 at 09:12:19AM -0400, Bill Pemberton wrote:
Use of function prototypes is considered bad practice in perl. The
ones used here didn't accomplish anything anyhow, so they've been
removed.
Signed-off-by: Bill Pemberton <redacted>