NAME

Complete::Locale - Complete from list of supported locales on the system

VERSION

This document describes version 0.001 of Complete::Locale (from Perl distribution Complete-Locale), released on 2016-10-15.

SYNOPSIS

use Complete::Locale qw(complete_locale);

my $res = complete_locale(word => 'id');
# -> ['id_ID.utf8']

FUNCTIONS

complete_locale(%args) -> any

Complete from list of supported locales on the system.

This function is not exported by default, but exportable.

Arguments ('*' denotes required arguments):

  • word* => str

Return value: (any)

HOMEPAGE

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

SOURCE

Source repository is at https://github.com/perlancar/perl-Complete-Locale.

BUGS

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

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

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.