summaryrefslogtreecommitdiffstats
path: root/lib/App/Hiveminder.pm
blob: 71f75fa226868868419005d66c1cd67257579d84 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/usr/bin/perl
package App::Hiveminder;
use Moose;
extends 'MooseX::App::Cmd';

use constant default_command => 'commands';

__PACKAGE__->meta()->make_immutable();
1;