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.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.