The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
0.004   2017-05-22 (PERLANCAR)

        - [Incompatible change] When there is only a single output, set $DATA[0]
          from last expression of -e code to allow terser code.


0.003   2017-05-19 (PERLANCAR)

	[ENHANCEMENTS]

        - Allow generating data from -e when there is no input file specified
          and 'dt' is not piped.

        - Allow user to set $DATA[0] from $DATA or $_.

        [FIXES]

        - Fix Getopt::Long specification.

        - Fix default output for multiple inputs.

        [ETC]

        - Add more docs and examples.


0.002   2017-05-19 (PERLANCAR)

	- POD fixes/additions.

	- Also set $DATA to the first data structure.


0.001   2017-05-18 (PERLANCAR)

        - First early release, no tests.