From a256cdbddaf1ec773cbdc71eeccc0fd9910cbb65 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 31 Oct 2009 15:38:50 -0500 Subject: build_, not setup_ --- lib/IM/Engine/Plugin/Commands/OO.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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)], -- cgit v1.2.3-54-g00ecf