Menu ▾ ▴

inidiffutils / Blog: Recent posts

IniDiffUtils is now on GitHub (for a while now)

A while back (April 2019), I moved this library to github here:
https://github.com/jeremysquires/App-IniDiff

It was also cleaned up and published to CPAN here: https://metacpan.org/pod/App::IniDiff::IniFile

Posted by Jeremy Squires 2026-09-10

Roadmap

So, I've finally got some time to do something with IniDiffUtils. The high level roadmap is as follows, in this order:

  1. Separate IniDiff from Regutils
  2. Make IniDiff CPAN-ready and upload it to CPAN
  3. Modularize the Diff/Patch parts of IniDiffUtils so they can be done in memory, not only on the filesystem
  4. Implement the Registry-specific differencing of RegUtils in IniDiff, the module
  5. Add support for other IniDiff utilities' file formats... read more
Posted by Jeremy Squires 2017-06-09 Labels: Roadmap