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

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