Revision history for Dist-Zilla-Plugin-GenPericmdScript

0.15    2015-07-02 (PERLANCAR)

	- Pass version to App::GenPericmdScript's script_version (which
	  will be passed on to Perinci::CmdLine::Inline).


0.14    2015-07-02 (PERLANCAR)

	- No functional changes.

	- [doc] Forgot to document load_modules configuration.


0.13    2015-07-01 (PERLANCAR)

	- [Bugfix] Avoid setting undef value for extra_urls_for_version.


0.12    2015-07-01 (PERLANCAR)

        - Rename module/dist from Dist-Zilla-Plugin-Rinci-ScriptFromFunc to
          Dist-Zilla-Plugin-GenPericmdScript.

        - Change configuration so that all script specification are direct
          plugin option, and each plugin only creates a single script (but you
          can always load the same plugin again with [Plugin/Name] syntax to
          create another script. Note that 'log' now becomes 'enable_log'
          because it clashes with Dist::Zilla::Plugin's 'log' method.

        - Add configuration: extra_urls_for_version.


0.11    2015-03-06 (PERLANCAR)

        - Rename script spec key 'func' to 'url' (old name will be supported for
          a while).

        - Add support for bulding CLI script with subcommands (new script spec
          keys: subcommands, subcommands_from_package_functions,
          include_package_functions_match, exclude_package_functions_match).


0.10    2015-03-01 (PERLANCAR)

	- No functional changes.

	- Extract core functionality to another dist App-GenPericmdScript.


0.09    2015-02-24 (PERLANCAR)

	- Fix setting prefer_lite=1 by default.


0.08    2015-02-06 (PERLANCAR)

	- Add load_modules to script spec.


0.07    2015-02-06 (PERLANCAR)

	- Adjust to Perinci::CmdLine -> Perinci::CmdLine::Classic rename,
	  ::Lite is now the preferred default.


0.06    2015-01-10 (PERLANCAR)

	- Add config_filename to script spec.


0.05    2015-01-03 (PERLANCAR)

	- No functional changes.

	- Rebuild (Generate TODO.md).


0.04    2014-12-31 (PERLANCAR)

	- Add per-script snippet_before_instantiate_cmdline.

        - Check valid properties in script configuration.


0.03    2014-11-21 (PERLANCAR)

	- Remove unneeded prereq.


0.02    2014-11-09 (PERLANCAR)

	- Adjust to Perinci::CmdLine 1.37 (rename log_any_app to log).

	- Only load Markdown::To::POD if there is description property.


0.01     2014-08-16 (SHARYANTO) - Happy 16th CPAN Day!

         - First release.
