From ef21a0ac590775dcbd929339827408922046c7d3 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 2 Jun 2009 00:22:31 -0500 Subject: convert traits over to use the new exporter --- lib/Bot/Games/Trait/Method/Formatted.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Bot/Games/Trait/Method/Formatted.pm') 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; -- cgit v1.2.3-54-g00ecf