The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.111   2023-12-27  Released-By: PERLANCAR; Urgency: medium

        - [bug] Forgot to configure Getopt::Long with gnu_getopt,
          no_ignore_case.


0.110   2022-06-02  Released-By: PERLANCAR; Urgency: medium

        - No functional changes.

        - Refactor: move main subroutine to module.


0.10    2017-07-11  Released-By: PERLANCAR

	- No functional changes.

	- [test] Replace File::Slurp::Tiny with File::Slurper.


0.09    2015-07-30  Released-By: PERLANCAR

	- No functional changes.

	- [doc] Tweak example awk code.


0.08    2015-07-30  Released-By: PERLANCAR

	- No functional changes.

	- [doc] Add description/comparison to the simpler awk/perl
	  incantation.


0.07    2015-01-03  Released-By: PERLANCAR

	- No functional changes.

	- Rebuild (Generate TODO.md).


0.06    2014-05-17  Released-By: SHARYANTO

        - No functional changes.

        - Replace File::Slurp with File::Slurp::Tiny.


0.05    2014-05-05  Released-By: SHARYANTO

        - No functional changes.

        - [build] Bump required version of IPC::Cmd (to first version which has
          run_forked()).


0.04    2014-03-25  Released-By: SHARYANTO

        - No functional changes.

        - Skip testing on win because run_forked() is not available [CT].


0.03    2014-03-19  Released-By: SHARYANTO

        [REMOVED FEATURES]

        - Remove short option (-n). Aside from -a, I prefer to not adding short
          options that are not in 'uniq'.

        [INTERNAL]

        - Add tests.


0.02    2014-03-18  Released-By: SHARYANTO

        [REMOVED FEATURES]

        - Remove 'uappend' program. I prefer a single program, and this also
          removes duplicated code between 'uappend' and 'nauniq'.

        [NEW FEATURES]

        - Add --append, --read-ouput, -a options to replace the 'uappend'
          functionality.


0.01    2014-03-14  Released-By: SHARYANTO

        - First release, no tests yet.