This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Allow the "diag_listed_as" annotation to work on multi-line function calls.
authorNicholas Clark <nick@ccl4.org>
Tue, 29 Jun 2010 18:54:50 +0000 (19:54 +0100)
committerNicholas Clark <nick@ccl4.org>
Tue, 29 Jun 2010 18:54:50 +0000 (19:54 +0100)
commitc4ea5f2e1a5dbe46fdaf471d38ffdacf3ce1508e
tree3d15307f34f3ddeef1a5d6085dd950ffc03f92ff
parente812e1e8e98e6f2cf4362feff753023052129851
Allow the "diag_listed_as" annotation to work on multi-line function calls.

Previously it would only work if the comment was on the line immediately
preceding the closing /\);/, which was fine for croak()/die()/etc function
calls all on one line, but not so useful for longer calls.
t/porting/diag.t