The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for App-dux

1.34    2013-09-30 (SHARYANTO)

        - Add special argument to dux function -dux_cli => 1 to let function be
          aware it is being run under 'dux' CLI app.


1.33    2013-04-19 (SHARYANTO)

        [BUG FIXES]

        - 'dux -l' didn't recurse.


1.32    2013-04-14 (SHARYANTO)

        [ENHANCEMENTS]

        - Support output streaming (for infinite outputs and immediate
          displaying of result). Format needs to be 'text', function needs to
          declare a true 'x.dux.is_stream_output' property attribute, where dux
          will setup a tied array which prints result as items are being pushed
          to it.


1.31    2013-04-13 (SHARYANTO)

        - No functional changes. Set Perinci::CmdLine dep version.


1.30    2013-04-13 (SHARYANTO)

        [REMOVED FEATURES]

        - No longer observe 'x.dux.default_format'. This functionality is now
          provided more generally by Perinci::CmdLine via the
          'x.perinci.cmdline.default_format' attribute.


1.29    2013-04-12 (SHARYANTO)

        - No functional changes. Fix small bug in setting format from
          x.dux.default_format.


1.28    2013-04-12 (SHARYANTO)

        - Observe 'x.dux.default_format' Rinci metadata attribute.

        - Show nicer error message on unknown dux function (instead of
          Module::Load exception).


1.27    2013-04-11 (SHARYANTO)

        - Observe 'x.dux.strip_newlines' Rinci metadata attribute.

        - Sort -l output.


1.26    2012-08-08 (SHARYANTO)

        - Add --list (-l) option to list available dux functions.


1.25    2012-08-08 (SHARYANTO)

        - No functional changes. Increase Perl minimum version 5.10.0 -> 5.10.1
          (uses 'parent').


1.24    2012-08-07 (SHARYANTO)

        - No functional changes. Fix Abstract.


1.23    2012-08-07 (SHARYANTO)

        - First version. Split from Data-Unixish to resolve circular dependency
          problem (reported by Dagfinn Ilmari Mannsåker).