#!perl
use v5.24;
use warnings;
use experimental qw(lexical_subs signatures);

use App::cpm::CLI;
exit App::cpm::CLI->new->run(@ARGV);
