Brethren! =)
I'm confronted with the task to merge two versions of the same Module which spread apart a year ago.
Unfortunately winmerge is highlighting 90% differences ...
- Partly because random comments were replaced with POD.
- Partly b/c POD was used to comment out code.
- Partly because the order of methods was changed.
My plan is now to extract all comments and POD , to normalize the code (
Perl::Tidy ) and to rearrange the methods (with hints to the original position, probably using
B::Xref ).
Finally I want to analyse the differences of the resulting code to track conflicts.
Before I reinvent the wheel, are there recommended tools specialized on Perl to help me do what I plan?
TIA!
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.