From: Jonathan Rockway Date: Mon, 13 Apr 2009 06:40:52 +0000 (-0500) Subject: fix plugin namespace (we actually use the default) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Runnable.git;a=commitdiff_plain;h=f1714fdbef4e4241af3e9b57b6c50a697e7db5aa fix plugin namespace (we actually use the default) --- diff --git a/lib/MooseX/Runnable/Invocation.pm b/lib/MooseX/Runnable/Invocation.pm index f902511..a8fb57b 100644 --- a/lib/MooseX/Runnable/Invocation.pm +++ b/lib/MooseX/Runnable/Invocation.pm @@ -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,