fix plugin namespace (we actually use the default)
Jonathan Rockway [Mon, 13 Apr 2009 06:40:52 +0000 (01:40 -0500)]
lib/MooseX/Runnable/Invocation.pm

index f902511..a8fb57b 100644 (file)
@@ -17,8 +17,6 @@ use namespace::clean -except => 'meta';
 # this class is just as runnable as any other, so I guess we should tag it
 with 'MooseX::Runnable', 'MooseX::Object::Pluggable';
 
-has '+_plugin_ns' => ( default => 'MooseX::Runnable::Invocation::Plugin' );
-
 has 'class' => (
     is       => 'ro',
     isa      => RunnableClass,