Revision history for App-PMUtils
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.