DOKK / manpages / debian 12 / libgit-raw-perl / Git::Raw::Diff::Hunk.3pm.en
Git::Raw::Diff::Hunk(3pm) User Contributed Perl Documentation Git::Raw::Diff::Hunk(3pm)

Git::Raw::Diff::Hunk - Git diff hunk class

version 0.90

A Git::Raw::Diff::Hunk represents a hunk in a patch.

WARNING: The API of this module is unstable and may change without warning (any change will be appropriately documented in the changelog).

Starting line number in "old_file".

Number of lines in "old_file".

Starting line number in "new_file".

Number of lines in "new_file".

Header text.

Alessandro Ghedini <alexbio@cpan.org>

Jacques Germishuys <jacquesg@cpan.org>

Copyright 2014 Alessandro Ghedini.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.

2022-10-29 perl v5.36.0