#!perl

# Note: This script is a CLI interface to Riap function /Business/ID/NPWP/parse_npwp
# 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/NPWP/parse_npwp",
)->run;

# ABSTRACT: Parse Indonesian taxpayer registration number (NPWP)
# PODNAME: parse-npwp
