Version bump, complete changelog
[catagits/Catalyst-Engine-STOMP.git] / lib / Catalyst / Engine / Stomp.pm
index 2752b5e..218702e 100644 (file)
@@ -7,7 +7,7 @@ use namespace::autoclean;
 
 extends 'Catalyst::Engine::Embeddable';
 
-our $VERSION = '0.05';
+our $VERSION = '0.06';
 
 has connection => (is => 'rw', isa => 'Net::Stomp');
 has conn_desc => (is => 'rw', isa => 'Str');
@@ -73,7 +73,7 @@ sub run {
              unless ref $app->config->{'Engine::Stomp'} eq 'HASH';
 
         my @queues = grep { length $_ }
-                    map  { $app->controller($_)->action_namespace } $app->controllers;
+                     map  { $app->controller($_)->action_namespace } $app->controllers;
 
         # connect up
         my %template = %{$app->config->{'Engine::Stomp'}};