The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Complete::Perl - Complete various Perl entities

VERSION

This document describes version 0.05 of Complete::Perl (from Perl distribution Complete-Perl), released on 2016-10-18.

SYNOPSIS

DESCRIPTION

FUNCTIONS

complete_perl_builtin_function(%args) -> any

Currently using @Functions from B::Keywords.

This function is not exported by default, but exportable.

Arguments ('*' denotes required arguments):

  • word* => str (default: "")

    Word to complete.

Return value: (any)

complete_perl_builtin_symbol(%args) -> any

Currently using @Symbols from B::Keywords.

This function is not exported by default, but exportable.

Arguments ('*' denotes required arguments):

  • word* => str (default: "")

    Word to complete.

Return value: (any)

complete_perl_version(%args) -> any

This function is not exported by default, but exportable.

Arguments ('*' denotes required arguments):

  • dev => bool

    Whether to include development perl releases.

    If not specified, then will first try completing without development releases and if none is found will try with.

  • use_v => bool

    Whether to prefix the perl versions with "v".

    If not specified, then if the word starts with v then will default to true.

  • word* => str (default: "")

    Word to complete.

Return value: (any)

HOMEPAGE

Please visit the project's homepage at https://metacpan.org/release/Complete-Perl.

SOURCE

Source repository is at https://github.com/sharyanto/perl-Complete-Perl.

BUGS

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

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.

SEE ALSO

Complete

Complete::Module

Reply (which has plugins to complete global variables, user-defined functions, lexicals, methods, packages, and so on).

AUTHOR

perlancar <perlancar@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2016 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.