NAME
    Complete::Dist::Zilla - Complete with installed Dist::Zilla plugin names

VERSION
    This document describes version 0.02 of Complete::Dist::Zilla (from Perl
    distribution Complete-Dist-Zilla), released on 2014-12-28.

SYNOPSIS
FUNCTIONS
  complete_dzil_bundle(%args) -> any
    Complete with installed Dist::Zilla bundle names.

    Arguments ('*' denotes required arguments):

    *   ci => *bool*

        Whether to do case-insensitive search.

    *   exp_im_path => *bool*

    *   map_case => *bool*

    *   word* => *str*

    Return value:

     (any)

  complete_dzil_plugin(%args) -> any
    Complete with installed Dist::Zilla plugin names.

    Arguments ('*' denotes required arguments):

    *   ci => *bool*

        Whether to do case-insensitive search.

    *   exp_im_path => *bool*

    *   map_case => *bool*

    *   word* => *str*

    Return value:

     (any)

  complete_dzil_role(%args) -> any
    Complete with installed Dist::Zilla role names.

    Arguments ('*' denotes required arguments):

    *   ci => *bool*

        Whether to do case-insensitive search.

    *   exp_im_path => *bool*

    *   map_case => *bool*

    *   word* => *str*

    Return value:

     (any)

HOMEPAGE
    Please visit the project's homepage at
    <https://metacpan.org/release/Complete-Dist-Zilla>.

SOURCE
    Source repository is at
    <https://github.com/perlancar/perl-Complete-Dist-Zilla>.

BUGS
    Please report any bugs or feature requests on the bugtracker website
    <https://rt.cpan.org/Public/Dist/Display.html?Name=Complete-Dist-Zilla>

    When submitting a bug or request, please include a test-file or a patch
    to an existing test-file that illustrates the bug or desired feature.

AUTHOR
    perlancar <perlancar@cpan.org>

COPYRIGHT AND LICENSE
    This software is copyright (c) 2014 by perlancar@cpan.org.

    This is free software; you can redistribute it and/or modify it under
    the same terms as the Perl 5 programming language system itself.

