summaryrefslogtreecommitdiffstats
path: root/lib/Bot/Games/Trait/Attribute/Formatted.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Bot/Games/Trait/Attribute/Formatted.pm')
-rw-r--r--lib/Bot/Games/Trait/Attribute/Formatted.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Bot/Games/Trait/Attribute/Formatted.pm b/lib/Bot/Games/Trait/Attribute/Formatted.pm
index 303c1bc..00db707 100644
--- a/lib/Bot/Games/Trait/Attribute/Formatted.pm
+++ b/lib/Bot/Games/Trait/Attribute/Formatted.pm
@@ -1,5 +1,5 @@
package Bot::Games::Trait::Attribute::Formatted;
-use Moose::Role;
+use Bot::Games::OO::Role;
# when the attribute is being constructed, the accessor methods haven't been
# generated yet, so we need to store the formatter here, and then apply it
@@ -53,6 +53,6 @@ after install_accessors => sub {
}
};
-no Moose::Role;
+no Bot::Games::OO::Role;
1;