summaryrefslogtreecommitdiffstats
path: root/lib/Bot/Games/OO/Role.pm
blob: 80810f2dabcccc19b69d3d2448cce71dedd9fe2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
package Bot::Games::OO::Role;
use Moose ();
use MooseX::AttributeHelpers;
use Moose::Exporter;

Moose::Exporter->setup_import_methods(
    also => ['Moose::Role'],
);

1;