0.010   2023-12-03  Released-By: PERLANCAR; Urgency: medium
        - Fix Getopt::Long specification.
0.009   2023-03-10  Released-By: PERLANCAR; Urgency: medium
        - Set header row when outputting as texttable, ansitabale,
          asciitable.
0.008   2022-02-18  Released-By: PERLANCAR; Urgency: medium
        - [bugfix] Revert back 0.007's decision to set escape_char to '\'
          because the common default is '"'.
0.007   2022-02-18  Released-By: PERLANCAR; Urgency: medium; Backward-Incompatible: yes; Broken: yes
        - Allow customizing CSV's escape_char with --escape-char.
        - [backward incompatible] CSV parser is instantiated with escape_char
          set to '\' (backslash) to handle backslash escaping. Also, the
          precedence of --tsv is increased to preced --csv-sep et al. UPDATE:
          reversed in 0.008.
0.006   2021-03-20  Released-By: PERLANCAR; Urgency: medium
	- Add command line options --csv-sep & --csv-loose for CSV input files
	  which are then passed along to Text::CSV. The two options allow to
	  specify the separator character(s) in the CSV file (--csv-sep ";", -s)
	  and to relax the CSV parsing (--csv-loose, -l). Thanks Markus Koch
	  (GH#1).
0.005   2019-05-12  Released-By: PERLANCAR
	- [Removed] Remove tsv2csv, csv2tsv; we'll use the line-by-line
	  (simpler, faster, streamable) version from App::CSVUtils.
0.004   2019-01-17  Released-By: PERLANCAR
	- Add utilities: ini2*, iod2*.
	- Add option: --transpose (-t).
	- [bugfix] Add header_row=>0 for outputing.
0.003   2019-01-15  Released-By: PERLANCAR
	- Add utilities: tsv2*, *2texttable.
0.002   2016-09-03  Released-By: PERLANCAR
	- [Bugfix] Forgot to implement rendering to ansitable.
0.001   2016-09-03  Released-By: PERLANCAR
        - First release.