package Test::MyCmd;

use strict;
use warnings;

use parent qw(App::Cmd);

our $VERSION = '0.123';

sub _getopt_conf { [] }

1;
