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

0.05    2016-10-21 (PERLANCAR)

        - [Removed] Remove parse_cmdline() because this function has no use.
          fish does not offer COMP_LINE or COMMAND_LINE mechanism like in bash
          or tcsh.


0.04    2015-09-09 (PERLANCAR)

	- No functional changes.

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


0.03    2014-11-29 (PERLANCAR)

        - Add parse_cmdline().


0.02    2014-11-29 (PERLANCAR)

	- [ux] Insert empty description so fish doesn't show summary from
	  'complete -d' for every item, I think this is the nicer default.


0.01    2014-11-29 (PERLANCAR)

        - First version with implementation.


0.00    2014-07-02 (SHARYANTO)

        - First release, not implemented yet.