X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-send-email.perl;h=c1d8edbdd324fc1eca7bc475cbf31bd913036682;hb=5b57076e5863602984ad089bab882730047e0fc3;hp=81b2ea5633a9692f52af67ab8bfd42b68781cf4d;hpb=109a8037a9c7d5dc5b93e637c663406159ab3a75;p=git.git diff --git a/git-send-email.perl b/git-send-email.perl index 81b2ea563..c1d8edbdd 100755 --- a/git-send-email.perl +++ b/git-send-email.perl @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl # # Copyright 2002,2005 Greg Kroah-Hartman # Copyright 2005 Ryan Anderson @@ -16,6 +16,7 @@ # and second line is the subject of the message. # +use 5.008; use strict; use warnings; use Term::ReadLine;