summaryrefslogtreecommitdiffstats
path: root/lib/Bot/Games/Trait/Attribute/Command.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Bot/Games/Trait/Attribute/Command.pm')
-rw-r--r--lib/Bot/Games/Trait/Attribute/Command.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Bot/Games/Trait/Attribute/Command.pm b/lib/Bot/Games/Trait/Attribute/Command.pm
index 9b51b13..ee6e732 100644
--- a/lib/Bot/Games/Trait/Attribute/Command.pm
+++ b/lib/Bot/Games/Trait/Attribute/Command.pm
@@ -1,5 +1,5 @@
package Bot::Games::Trait::Attribute::Command;
-use Moose::Role;
+use Bot::Games::OO::Role;
has command => (
is => 'rw',
@@ -40,6 +40,6 @@ after install_accessors => sub {
$method_meta->needs_init($self->needs_init);
};
-no Moose::Role;
+no Bot::Games::OO::Role;
1;