summaryrefslogtreecommitdiffstats
path: root/lib/Bot/Games/Trait/Class/Command.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Bot/Games/Trait/Class/Command.pm')
-rw-r--r--lib/Bot/Games/Trait/Class/Command.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Bot/Games/Trait/Class/Command.pm b/lib/Bot/Games/Trait/Class/Command.pm
index 462b9ea..8e70200 100644
--- a/lib/Bot/Games/Trait/Class/Command.pm
+++ b/lib/Bot/Games/Trait/Class/Command.pm
@@ -1,5 +1,5 @@
package Bot::Games::Trait::Class::Command;
-use Moose::Role;
+use Bot::Games::OO::Role;
after ((map { "add_${_}_method_modifier" } qw/before after around/) => sub {
my $self = shift;
@@ -28,6 +28,6 @@ sub get_command {
&& $method_meta->meta->does_role('Bot::Games::Trait::Method::Command');
}
-no Moose::Role;
+no Bot::Games::OO::Role;
1;