summaryrefslogtreecommitdiffstats
path: root/lib/Bot/Games/Trait/Class/Formatted.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Bot/Games/Trait/Class/Formatted.pm')
-rw-r--r--lib/Bot/Games/Trait/Class/Formatted.pm5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/Bot/Games/Trait/Class/Formatted.pm b/lib/Bot/Games/Trait/Class/Formatted.pm
index 403bba6..6c3092a 100644
--- a/lib/Bot/Games/Trait/Class/Formatted.pm
+++ b/lib/Bot/Games/Trait/Class/Formatted.pm
@@ -1,6 +1,5 @@
package Bot::Games::Trait::Class::Formatted;
-use Moose::Role;
-use MooseX::AttributeHelpers;
+use Bot::Games::OO::Role;
has default_formatters => (
metaclass => 'Collection::ImmutableHash',
@@ -22,6 +21,6 @@ sub _build_default_formatters {
}
}
-no Moose::Role;
+no Bot::Games::OO::Role;
1;