#!/usr/bin/perl -T

use strict;
use warnings;

use PMG::CLI::pmgdb;

PMG::CLI::pmgdb->run_cli_handler();
