Merge branch 'ab/require-perl-5.8'
[gitweb.git] / git-send-email.perl
index 897bf5960a4220005f4ddc80ec1942136515298b..196efcd5e42a0a61726f26d471cb88fed19aec13 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
 #
 # Copyright 2002,2005 Greg Kroah-Hartman <greg@kroah.com>
 # Copyright 2005 Ryan Anderson <ryan@michonline.com>
@@ -16,6 +16,7 @@
 #    and second line is the subject of the message.
 #
 
+use 5.008;
 use strict;
 use warnings;
 use Term::ReadLine;