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

NAME

list-id-localities - List Indonesian localities (cities/regencies)

VERSION

This document describes version 0.05 of list-id-localities (from Perl distribution Locale-ID-Locality), released on 2014-07-22.

SYNOPSIS

 # List all Indonesian cities (not regencies)
 $ list-id-localities --type 1 --detail

 # List all Indonesian regencies (not cities)
 $ list-id-localities --type 2 --detail

 # Show available options
 $ list-id-localities --help

DESCRIPTION

This is a command-line interface for the <list_id_localities> function in Locale::ID::Locality.

HOMEPAGE

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

SOURCE

Source repository is at https://github.com/sharyanto/perl-Locale-ID-Locality.

BUGS

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

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

Steven Haryanto <stevenharyanto@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Steven Haryanto.

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