#!perl

# Note: This script is a CLI interface to Riap function /Business/ID/NIK/parse_nik
# and generated automatically using App::GenPericmdScript version 0.12

# DATE
# DIST
# VERSION

use 5.010001;
use strict;
use warnings;

use Perinci::CmdLine::Any;

$ENV{PERL_LWP_SSL_VERIFY_HOSTNAME} = 0;

Perinci::CmdLine::Any->new(
    url => "/Business/ID/NIK/parse_nik",
)->run;

# ABSTRACT: Parse Indonesian citizenship registration number (NIK)
# PODNAME: parse-nik
