From: Jonathan Nieder Date: Sun, 26 Dec 2010 09:07:31 +0000 (-0600) Subject: diff: funcname and word patterns for perl X-Git-Tag: v1.7.4-rc2~2^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/71a5d4bc0e4025b3fbdeed76052b39fcef284e8c?hp=71a5d4bc0e4025b3fbdeed76052b39fcef284e8c diff: funcname and word patterns for perl The default function name discovery already works quite well for Perl code... with the exception of here-documents (or rather their ending). sub foo { print < Signed-off-by: Junio C Hamano ---