The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package App::I18N::Command::Help;
use warnings;
use strict;
use base 'App::CLI::Command::Help';

sub help_base {
    "App::I18N::Command";
}

1;