#!perl

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

# ABSTRACT: Validate (and parse) Indonesian property tax number (NOP PBB)
# PODNAME: parse-nop-pbb
