summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-10-31 15:38:50 -0500
committerJesse Luehrs <doy@tozt.net>2009-10-31 15:38:50 -0500
commita256cdbddaf1ec773cbdc71eeccc0fd9910cbb65 (patch)
tree4eaec66f17992fc27cddde2ce7fe237d2a2ebba7
parentee0eb7aa58e92e4dc21068dac668d52627c720ce (diff)
downloadim-engine-plugin-commands-a256cdbddaf1ec773cbdc71eeccc0fd9910cbb65.tar.gz
im-engine-plugin-commands-a256cdbddaf1ec773cbdc71eeccc0fd9910cbb65.zip
build_, not setup_
-rw-r--r--lib/IM/Engine/Plugin/Commands/OO.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/IM/Engine/Plugin/Commands/OO.pm b/lib/IM/Engine/Plugin/Commands/OO.pm
index 43321fa..222788b 100644
--- a/lib/IM/Engine/Plugin/Commands/OO.pm
+++ b/lib/IM/Engine/Plugin/Commands/OO.pm
@@ -43,7 +43,7 @@ sub command {
}
}
-my ($import, $unimport, $init_meta) = Moose::Exporter->setup_import_methods(
+my ($import, $unimport, $init_meta) = Moose::Exporter->build_import_methods(
with_caller => ['command'],
also => ['Moose'],
install => [qw(import unimport)],