NAME
Getopt::Long::Negate::ID - Better negation of boolean option names (Indonesian)
VERSION
This document describes version 0.001 of Getopt::Long::Negate::ID (from Perl distribution Getopt-Long-Negate-ID), released on 2016-08-07.
SYNOPSIS
use Getopt::Long::Negate::ID qw(negations_for_option);
@negs = negations_for_option('foo'); # ('tak-foo')
@negs = negations_for_option('tak-foo'); # ('foo')
@negs = negations_for_option('tidak-foo'); # ('foo')
@negs = negations_for_option('bukan-foo'); # ('foo')
@negs = negations_for_option('dengan-foo'); # ('tanpa-foo')
@negs = negations_for_option('tanpa-foo'); # ('dengan-foo')
@negs = negations_for_option('adalah-foo'); # ('bukan-foo')
@negs = negations_for_option('ialah-foo'); # ('bukan-foo')
@negs = negations_for_option('matikan-foo'); # ('hidupkan-foo')
@negs = negations_for_option('padamkan-foo'); # ('hidupkan-foo')
@negs = negations_for_option('hidupkan-foo'); # ('matikan-foo')
@negs = negations_for_option('nyalakan-foo'); # ('matikan-foo')
@negs = negations_for_option('izinkan-foo'); # ('larang-foo')
@negs = negations_for_option('ijinkan-foo'); # ('larang-foo')
@negs = negations_for_option('bolehkan-foo'); # ('larang-foo')
@negs = negations_for_option('perbolehkan-foo'); # ('larang-foo')
@negs = negations_for_option('larang-foo'); # ('izinkan-foo')
DESCRIPTION
This is the Indonesian equivalent for Getopt::Long::Negate::EN.
FUNCTIONS
None are exported by default, but they are exportable.
negations_for_option($str) => list
HOMEPAGE
Please visit the project's homepage at https://metacpan.org/release/Getopt-Long-Negate-ID.
SOURCE
Source repository is at https://github.com/perlancar/perl-Getopt-Long-Negate-ID.
BUGS
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=Getopt-Long-Negate-ID
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
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.