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

use strict;
use warnings;
use Vending;

class Vending::Command::Service {
    is => 'Vending::Command',
    doc => 'Service-mode commands',
};

    
1;