The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for App-tracepm

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.