The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.22    2017-07-29 (PERLANCAR)

	- No functional changes.

	- [ux] Tweak Rinci metadata.


0.21    2017-07-29 (PERLANCAR)

	- Add option --module.

	- [ux] Add -l as shortcut option for --detail.


0.20    2017-07-10 (PERLANCAR)

	- No functional changes.

	- Replace Log::Any with Log::ger.


0.19    2016-01-18 (PERLANCAR)

        - No functional changes.

        - [build] Rebuild to fix POD section ordering.

        - Bump prereq version Log::Any::IfLOG to 0.07.


0.18    2015-09-03 (PERLANCAR)

	- No functional changes.

	- [dist] Move spec prereqs from RuntimeRequires to
	  DevelopRecommends to reduce deps but still allow indicating spec
	  requirement.


0.17    2015-04-15 (PERLANCAR)

        - [Bugfix] To append output file in multiple run, we can't use package
          variable but must use env var.

        - Replace --multiple-args with the more generic --multiple-runs (allow
          setting env per run).


0.16    2015-04-15 (PERLANCAR)

	- Add option --multiple-args.

	- Replace Module::CoreList with Module::CoreList::More (we're using
	  is_still_core()).


0.15    2015-04-14 (PERLANCAR)

	- Add option: --trap-script-output.


0.14    2015-01-03 (PERLANCAR)

	- No functional changes.

	- Rebuild (Generate TODO.md).


0.13    2014-12-28 (PERLANCAR)

	- Add option --eval (-e).


0.12    2014-12-26 (PERLANCAR)

	- No functional changes.

	- Replace Module::Path with Module::Path::More, because I think I
	  want to avoid abs_path().


0.11    2014-12-26 (PERLANCAR)

	- [Bugfix] Set minimum version for Module::CoreList which has
	  is_core() [GH#4].


0.10    2014-12-05 (PERLANCAR)

	- No functional changes.

	- Update renamed module Module::MoreUtil -> Module::XSOrPP.


0.09    2014-12-04 (PERLANCAR)

	- No functional changes.

	- Switch from SHARYANTO::Module::Util to Module::MoreUtil.


0.08    2014-11-13 (PERLANCAR)

	- No functional changes.

	- [ux] Return error if unknown method specified.


0.07    2014-11-09 (PERLANCAR)

	- Switch CLI script to using Perinci::CmdLine::Lite, now that
	  Perinci::CmdLine::Lite has support for logging.


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

         - [build] CLI scripts are now generated automatically using
           Dist::Zilla::Plugin::ScriptFromFunc. The plugin is still at 0.01 so the
           generated script is not as polished as it should be. Stay tuned.


0.05    2014-07-02 (SHARYANTO)

        - No functional changes.

        - [Bugfix] scripts/ or bin/ files need to have something like #!perl and
          not #!/usr/bin/env perl so it can be replaced to the path of perl when
          installing [RT#96884]


0.04    2014-04-11 (SHARYANTO)

        - Add methods: prereqscanner{,_lite}{,_recurse}.


0.03    2014-04-10 (SHARYANTO)

        - Add field 'by' for method 'require', to see which package loads which
          module.

        - Remove field 'seq' for method 'fatpacker' since fatpacker tracer dumps
          %INC keys which are unordered.


0.02    2014-04-10 (SHARYANTO)

        - Add trace method: require.


0.01    2014-04-08 (SHARYANTO)

        - First release.