mirror of
https://github.com/git/git.git
synced 2024-11-01 06:47:52 +01:00
2d08413ba1
There is one subtlety: The old test case 'perl pattern gets full line of POD header' does not have its own new test case, but the feature is tested nevertheless by placing the RIGHT tag at the end of the expected hunk header in t4018/perl-skip-sub-in-pod. Signed-off-by: Johannes Sixt <j6t@kdbg.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
10 lines
152 B
Text
10 lines
152 B
Text
package RIGHT;
|
|
|
|
use strict;
|
|
use warnings;
|
|
use parent qw(Exporter);
|
|
our @EXPORT_OK = qw(round finalround);
|
|
|
|
sub other; # forward declaration
|
|
|
|
# ChangeMe
|