From bab2170bd11c262de0730789d7e0dd26bec000af Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 5 Oct 2009 22:12:38 -0500 Subject: convert to namespace::autoclean --- lib/Games/SMTNocturne/Fusion/Demon.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Games/SMTNocturne/Fusion/Demon.pm') diff --git a/lib/Games/SMTNocturne/Fusion/Demon.pm b/lib/Games/SMTNocturne/Fusion/Demon.pm index aec8f43..355dc86 100644 --- a/lib/Games/SMTNocturne/Fusion/Demon.pm +++ b/lib/Games/SMTNocturne/Fusion/Demon.pm @@ -9,6 +9,7 @@ use overload my $self = shift; '<' . $self->type . ' ' . $self->name . ' (' . $self->level . ')>' }; +use namespace::autoclean; with 'MooseX::Traits', 'MooseX::Role::Matcher' => { default_match => 'name' }; @@ -74,7 +75,6 @@ sub lookup { } __PACKAGE__->meta->make_immutable; -no Moose; 1; -- cgit v1.2.3-54-g00ecf