-
-
18 Oct 2016 17:29:28 UTC
- Distribution: Complete-Perl
- Module version: 0.05
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (2081 / 0 / 19)
- Kwalitee
Bus factor: 1- % Coverage
- License: perl_5
- Perl: v5.10.1
- Activity
24 month- Tools
- Download (14.14KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- NAME
- VERSION
- SYNOPSIS
- DESCRIPTION
- FUNCTIONS
- HOMEPAGE
- SOURCE
- BUGS
- SEE ALSO
- AUTHOR
- COPYRIGHT AND LICENSE
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
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.
Module Install Instructions
To install Complete::Perl, copy and paste the appropriate command in to your terminal.
cpanm Complete::Perl
perl -MCPAN -e shell install Complete::Perl
For more information on module installation, please visit the detailed CPAN module installation guide.