in reply to Re: RFC: perl sub diff between two files
in thread RFC: perl sub diff between two files
You sound like sundial ...
Neither GIT nor SVN can "compare or reconcile" using Perl semantics, they work only by line* comparison.
Otherwise please show me how to do this with a subroutine which moved from start to end of a file after refactoring.
Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Wikisyntax for the Monastery
*) more precisely "chunks of equal lines"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: RFC: perl sub diff between two files
by bliako (Abbot) on Mar 29, 2018 at 11:12 UTC |