summaryrefslogtreecommitdiffstats
path: root/lib/Bot/Games/Trait/Method/Formatted.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Bot/Games/Trait/Method/Formatted.pm')
-rw-r--r--lib/Bot/Games/Trait/Method/Formatted.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Bot/Games/Trait/Method/Formatted.pm b/lib/Bot/Games/Trait/Method/Formatted.pm
index 7e0b986..cdd4c60 100644
--- a/lib/Bot/Games/Trait/Method/Formatted.pm
+++ b/lib/Bot/Games/Trait/Method/Formatted.pm
@@ -1,5 +1,5 @@
package Bot::Games::Trait::Method::Formatted;
-use Moose::Role;
+use Bot::Games::OO::Role;
has formatter => (
is => 'rw',
@@ -17,6 +17,6 @@ sub _munge_formatter {
return $self->associated_metaclass->formatter_for($format);
}
-no Moose::Role;
+no Bot::Games::OO::Role;
1;