in reply to Semantic diff for Perl code
The solution that comes to mind is to do a git diff on the github repository that houses the module's source code. This assumes that the module's code is stored on github, and that the revision numbers are tagged in the repository.
Failing that, you may have to download and unpack the versions you want to compare in order to do a recursive diff on the two trees.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: semantic diff for Perl code
by jonadab (Parson) on Sep 14, 2017 at 22:15 UTC | |
by talexb (Chancellor) on Sep 15, 2017 at 14:46 UTC | |
by LanX (Sage) on Sep 14, 2017 at 22:43 UTC | |
Re^2: semantic diff for Perl code
by LanX (Sage) on Sep 14, 2017 at 20:02 UTC |
In Section
Seekers of Perl Wisdom