Complete::TZ - Timezone-related completion routines
This document describes version 0.081 of Complete::TZ (from Perl distribution Complete-TZ), released on 2020-02-27.
Usage:
complete_tz_name(%args) -> array
Complete from list of timezone names.
Currently implemented via looking at /usr/share/zoneinfo, so this only works on systems that have that.
/usr/share/zoneinfo
This function is not exported by default, but exportable.
Arguments ('*' denotes required arguments):
word* => str (default: "")
Word to complete.
Return value: (array)
complete_tz_offset(%args) -> array
Complete from list of existing timezone offsets (in the form of -HH:MM(:SS)? or +HH:MM(:SS)?).
Please visit the project's homepage at https://metacpan.org/release/Complete-TZ.
Source repository is at https://github.com/perlancar/perl-Complete-TZ.
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=Complete-TZ
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.
perlancar <perlancar@cpan.org>
This software is copyright (c) 2020, 2015 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.
To install Complete::TZ, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Complete::TZ
CPAN shell
perl -MCPAN -e shell install Complete::TZ
For more information on module installation, please visit the detailed CPAN module installation guide.