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

0.29     2014-08-21 (SHARYANTO)

         - Add function: test_dry_run.


0.28     2014-07-31 (SHARYANTO)

         - Add functions: test_args_as_{array,arrayref,hashref}.


0.27     2014-07-29 (SHARYANTO)

         - test_completion(): Fix putting 'greedy' metadata property on
           non-array arg.


0.26     2014-07-29 (SHARYANTO)

         - test_completion(): Add pos/greedy properties to help test
           Perinci::Sub::Complete.


0.25     2014-07-23 (SHARYANTO)

         - Add function: gen_sample_data().


0.24     2014-07-03 (SHARYANTO)

         - Add function: test_common_opts().


0.23     2014-06-26 (SHARYANTO)

         - Add more arguments to test_completion() to test various stuffs.


0.22     2014-06-18 (SHARYANTO)

         - Add a2 argument to test_completion() to test element_completion.


0.21     2014-06-18 (SHARYANTO)

         - Add a1 argument to test_completion() to test complete_arg_elem.


0.20     2014-06-11 (SHARYANTO)

         - Add function: return_args.


0.19     2014-03-15 (SHARYANTO)

         - No functional changes. Rebuild to fix POD documentation (function
           argument documentation was broken in Perinci-To-POD < 0.42).

0.18    2013-12-21 (SHARYANTO)

	- Add some response content to call_randlog().

        - Add function arg_default to test default value from default and/or
          schema.


0.17    2013-11-14 (SHARYANTO)

	- Add module: Perinci::Examples::Completion.


0.16    2013-11-12 (SHARYANTO)

	- No functional changes. Rebuild to fix t/00-compile.t generated by
	  older DZP::Test::Compile (2.019 < x < 2.033).


0.15     2013-10-15 (SHARYANTO)

         - Add function: undescribed_args.

         - sum: Add examples with 'src'.


0.14     2012-12-22 (SHARYANTO)

         - Split scripts (bin/) to Perinci-Examples-Bin to make dependencies for
           this distribution minimal (e.g. not depending on Perinci::CmdLine)
           since Perinci::Examples is used in tests for other modules.


0.13     2012-11-29 (SHARYANTO)

         - Add call_gen_array() and call_randlog().


0.12     2012-11-08 (SHARYANTO)

         - No functional changes. Add some # VALIDATE_ARG and rebuild with
           DZP::Rinci::Validate enabled.


0.11     2012-10-31 (SHARYANTO)

         - rename script: peri-{ex,eg}-test-completion

         - sum_array(): Add examples in metadata and 'round' option (to test
           Test::Rinci).


0.10     2012-07-19 (SHARYANTO)

         - Add function: merge_hash


0.09     2012-07-19 (SHARYANTO)

         - Add function: sum

         - Add script: peri-ex-test-completion

         - Tweak some metadata


0.08     2012-02-17 (SHARYANTO)

         - No functional changes. Fix schema for 'test_completion'.


0.07     2012-02-16 (SHARYANTO)

         - Add function: test_completion.


0.06     2012-02-13 (SHARYANTO)

         - First release of Perinci-Examples. Rename distribution from
           Sub-Spec-Examples.