From: Chris Andrews Date: Mon, 13 Jul 2009 21:24:52 +0000 (+0100) Subject: Version bump, complete changelog X-Git-Tag: 0.0.6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Engine-STOMP.git;a=commitdiff_plain;h=f20933b743e8dc0972a5a6ead225c81e4b42809c;hp=28e4d6b3312198d2d39f542c28a46beafeb8b7cb Version bump, complete changelog --- diff --git a/Changes b/Changes index 6d7bde7..bbe7ed7 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,10 @@ Revision history for Perl extension Catalyst::Engine::Stomp. +0.06 Mon Jul 13 22:22:22 2009 + - Make the test-app harness available under CatalystX:: - Clean up use of deprecated dispatcher methods. - Add an error message in the Catalyst log when we - recieve an unserializeable message. + receive an unserializeable message. - Fix the test application to always run with the correct library paths. - Fix bug causing alternate serializers to not be found diff --git a/lib/Catalyst/Engine/Stomp.pm b/lib/Catalyst/Engine/Stomp.pm index 3bfb611..218702e 100644 --- a/lib/Catalyst/Engine/Stomp.pm +++ b/lib/Catalyst/Engine/Stomp.pm @@ -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');