bring Moo to the Dispatcher for more flexibility and easier testing
[p5sagit/Promulger.git] / lib / App / Promulger / Command / msg.pm
index 08a81bd..28a2131 100644 (file)
@@ -16,7 +16,7 @@ sub run {
     local $/;
     <STDIN>
   };
-  Promulger::Dispatch::dispatch($message);
+  Promulger::Dispatch->new->dispatch($message);
 }
 
-1;
+'Engage';