The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Test::MyCmdAbbrev;

use strict;
use warnings;

use base qw{ App::Cmd };

sub allow_any_unambiguous_abbrev { 1 }

1;