Text::Patch combines source text with given diff (difference) data. Diff data is produced by Text::Diff module or by the standard diff utility (man diff, see -u option).
patch( $source, $diff, options... )
First argument is source (original) text. Second is the diff data. Third argument can be either hash reference with options or all the rest arguments will be considered patch options:
$output = patch( $source, $diff, STYLE => "Unified", ... );
$output = patch( $source, $diff, { STYLE => "Unified", ... } );
Options are:
STYLE => 'Unified'
STYLE can be "Unified", "Context" or "OldStyle".
The 'Unified' diff format looks like this:
@@ -1,7 +1,6 @@ -The Way that can be told of is not the eternal Way; -The name that can be named is not the eternal name. The Nameless is the origin of Heaven and Earth; -The Named is the mother of all things. +The named is the mother of all things.
Therefore let there always be non-being, so we may see their subtlety, And let there always be being, @@ -9,3 +8,6 @@ The two are the same, But after they are produced, they have different names. +They both may be called deep and profound. +Deeper and more profound, +The door of all subtleties!
Package Version | Update ID | Released | Package Hub Version | Platforms | Subpackages |
---|---|---|---|---|---|
1.8-bp156.3.1 info | GA Release | 2023-07-22 | 15 SP6 |
|
|
1.8-bp155.2.10 info | GA Release | 2023-05-17 | 15 SP5 |
|
|
1.8-bp154.1.22 info | GA Release | 2022-05-09 | 15 SP4 |
|
|
1.8-bp153.1.15 info | GA Release | 2021-03-06 | 15 SP3 |
|
|
1.8-bp152.3.14 info | GA Release | 2020-04-16 | 15 SP2 |
|
|
1.8-bp151.3.1 info | GA Release | 2019-07-16 | 15 SP1 |
|
|
1.8-bp151.2.14 info | GA Release | 2019-05-18 | 15 SP1 |
|
|
1.8-bp150.2.4 info | GA Release | 2018-07-30 | 15 |
|
|