AnyEvent-Stomper version 0.20
=============================

INSTALLATION

To install this module type the following:

  perl Makefile.PL
  make
  make test
  make install

DESCRIPTION

AnyEvent::Stomper is flexible non-blocking STOMP client. Supports following
STOMP versions: 1.0, 1.1, 1.2.

Is recommended to read STOMP protocol specification before using the client:
https://stomp.github.io/index.html

AUTHOR

Eugene Ponizovsky, <[email protected]>

Sponsored by SMS Online, <[email protected]>

COPYRIGHT AND LICENSE

Copyright (c) 2016, Eugene Ponizovsky, SMS Online. All rights reserved.

This module is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.