-
-
02 May 2013 03:16:39 UTC
- Browse (raw)
- Changes
- How to Contribute
- Issues (13)
- Testers (4459 / 995 / 0)
- Kwalitee
Bus factor: 1- 33.63% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (289.73KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Class::Accessor
- Class::Data::Inheritable
- Scalar::Util
- XML::LibXML
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 0.06
- Require Perl 5.006 to get pack 'q' for quads. C'mon, it's been over a decade now.
- Support packing and unpacking of full range of signed and unsigned integer values, though broker differences may make their use problematic.
- Fix signedness of integer packing and unpacking (signed were treated as unsigned).
- Introduce Net::AMQP::Value::* classes to control packing of table values.
- In tables, pack and unpack undefs as void and values from the "boolean" class as bools.
- Support decoding the Heartbeat frame type.
- Include AMQP 0-9-1 spec.
- Document that AMQP 0-9, 0-9-1, and 0-10 specs can be used, though support is not complete.
- New co-maintainer Chip Salzenberg.
Modules
Advanced Message Queue Protocol (de)serialization and representationA collection of exportable tools for AMQP (de)serializationAMQP wire-level Frame objectAMQP wire-level body Frame objectAMQP wire-level header Frame objectAMQP wire-level heartbeat Frame objectAMQP wire-level method Frame objectAMQP wire-level out-of-band body Frame objectAMQP wire-level out-of-band header Frame objectAMQP wire-level out-of-band method Frame objectAMQP wire-level trace Frame objectLoading code of the AMQP specBase class of auto-generated protocol classesAMQP v0.8 (de)serialization and representationA collection of classes for typing AMQP dataProvides
in lib/Net/AMQP/Value.pmin lib/Net/AMQP/Value.pmin lib/Net/AMQP/Value.pmin lib/Net/AMQP/Value.pmExamples
Module Install Instructions
To install Net::AMQP, copy and paste the appropriate command in to your terminal.
cpanm Net::AMQP
perl -MCPAN -e shell install Net::AMQP
For more information on module installation, please visit the detailed CPAN module installation guide.