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

0.45    2015-06-17 (PERLANCAR)

        - Add utilities: pmcat, pmstripper.


0.44    2015-06-11 (PERLANCAR)

	- pmpath: Add --pod, --nopm, --prefix, --pmc; change default of
	  prefix searching to 0.


0.43    2015-04-22 (PERLANCAR)

        - No functional changes.

        - Re-upload.


0.42    2015-04-22 (PERLANCAR)

        - pmlist: Change default for --pod & --prefix (listing modules is the
          common use-case, not including POD and prefix), add --core & --xs
          filters, add --detail (-l), change -r to -R.

        - pmuninst: Add option --uninstall-rdeps (-R) & --confirm-yes (-y),
          currently limited to 2-level.


0.41    2015-04-21 (PERLANCAR)

	- pmxs: Adjust to Module::XSOrPP 0.08.

	- [doc] Remove some dists which not really belong in See Also.


0.40    2015-03-21 (PERLANCAR)

	- No functional changes.

        - [Documentation] Add examples for pmcost, mention
          SourceCode::LineCounter::Perl and cloc in pmlines, add a complete list
          of similar distributions in See Also.


0.39    2015-01-25 (PERLANCAR)

	- Add utility: pmlines.


0.38    2014-12-28 (PERLANCAR)

        - No functional releases.

        - Re-release due version number bump problem.


0.36    2014-12-26 (PERLANCAR)

	- No functional changes.

	- Adjust to Complete::Module 0.06.


0.36    2014-12-25 (PERLANCAR) - ♪ feliz navidad

        - No functional changes.

        - Adjust to Complete::Module 0.06.


0.35    2014-12-16 (PERLANCAR)

        - pmuninst: Accept multiple modules.

        - [build] Rebuild with newer Pod::Weaver::Plugin::Rinci which can add
          stuffs to scripts' POD from embedded Rinci metadata in the main
          package.


0.34    2014-12-08 (PERLANCAR)

	- [ux] [experimental] Convenience in tab completion: change 'dzp'
	  to 'Dist/Zilla/Plugin/' (and a few other common abbreviations).


0.33    2014-12-05 (PERLANCAR)

	- Add utility: pmxs.


0.32    2014-12-04 (PERLANCAR)

	- No functional changes.

	- Switch {SHARYANTO::,}Dist::Util.


0.31    2014-12-03 (PERLANCAR)

	- No functional changes.

	- Switch {SHARYANTO::Module::Path,Module::Path::More}.


0.30    2014-11-28 (PERLANCAR)

	- No functional changes.

	- Adjust to Complete::Bash 0.12.


0.29    2014-11-17 (PERLANCAR)

        - pmcost: add --sort.

        - pmuninst: Use 'cpanm --uninstall' instead of 'pm-uninstall' because
          the former doesn't require a CPAN mirror.


0.28    2014-09-16 (PERLANCAR)

	- Forgot to return '.' on not found if --dir.


0.27    2014-09-16 (PERLANCAR)

	- Add option --dir (-d) for pmpath, inspired by App::pmdir.


0.26     2014-09-09 (PERLANCAR)

         - Add pmuninst.


0.25     2014-09-05 (PERLANCAR)

         - No functional changes.

         - Add instruction in POD to activate bash tab completion for all
           programs.


0.24     2014-09-05 (PERLANCAR)

         - Add pmlist.


0.23     2014-09-05 (PERLANCAR)

         - No functional changes.

         - [Doc] Tweak pmbin's description: show real-life example, show sample
           output, explain how it works.


0.22     2014-09-05 (PERLANCAR)

         - Add pmbin.


0.21     2014-08-17 (SHARYANTO)

         - Add pmcore.


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

         - Use Perinci::CmdLine::Any.


0.19    2014-07-29 (SHARYANTO)

        - No functional changes.

        - Fix regex syntax, derp.


0.18    2014-07-29 (SHARYANTO)

        - Adjust to Complete::Bash 0.06.

        - Accept 'Foo/Bar.pm' (will be interpreted as 'Foo/Bar' -> 'Foo::Bar')
          for convenience, e.g. if user copy-pastes from some text or error
          message.


0.17    2014-07-18 (SHARYANTO)

        - Switch from Perinci::CmdLine to Perinci::CmdLine::Lite for faster tab
          completion.


0.16    2014-07-06 (SHARYANTO)

        - Fix completion for podpath.

        - Add more completion examples.


0.15    2014-06-29 (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.14    2014-06-29 (SHARYANTO)

        - Fix syntax errors (steven--) and tweaks.


0.13    2014-06-29 (SHARYANTO)

        - Add pmversion.

        - Tweak completion.


0.12    2014-06-29 (SHARYANTO)

        - pmpath: Include prefix by default, so we can do e.g.: cd `pmpath
          Dist::Zilla::`.


0.11    2014-06-29 (SHARYANTO)

        - [ux] Use / *or* :: as separator if user already types ::, and give
          explanation in POD on how to workaround bash word breaking issue (i.e.
          by using quotes).


0.10    2014-06-27 (SHARYANTO)

        - pmcost, pmpath, podpath now accept many arguments.

        - Turn off log_any_app so programs start a bit faster.


0.09    2014-06-27 (SHARYANTO)

        - No functional changes.

        - Re-release with experiment utility 'pmless-colon' removed.


0.08    2014-06-27 (SHARYANTO)

        - [ux] Convenience: all non-alphanums will be replaced by '/' during
          completion, so you can type 'text-ansi' and it will be replaced with
          'Text/ANSI' for example.


0.07    2014-06-26 (SHARYANTO)

        - Add test script: pmless-colon.

        - Add FAQ.


0.06    2014-06-26 (SHARYANTO)

        - Use Complete::Module's new case-insensitive completion for
          convenience.


0.05    2014-06-25 (SHARYANTO)

        - No functional changes.

        - Use Complete::Util which replaces SHARYANTO::Complete::Util.


0.04    2014-06-24 (SHARYANTO)

        - pmedit: Handle arguments in $EDITOR.


0.03    2014-06-24 (SHARYANTO)

        - Add utilities: pmdoc, pmman.


0.02    2014-06-24 (SHARYANTO)

        - Add utilities: pmcost, pminfo.


0.01    2014-06-24 (SHARYANTO)

        - First release.