Dave Cross: Still Munging Data With Perl: Online event - Mar 17 Learn more

use strict;
use warnings FATAL => 'all';
use Moose;
sub handle_command {
}
no Moose;
1;