The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

ZMQ::Declare::ZDCF::Encoder::DumpEval - ZDCF Data::Dumper encoder

SYNOPSIS

  use ZMQ::Declare;

DESCRIPTION

Inherits from ZMQ::Declare::ZDCF::Encoder.

Implements an encoder/decoder using Data::Dumper and eval. Prefer the JSON encoder unless you have no choice -- this one can execute arbitrary input code thanks to the eval.

SEE ALSO

The ZDCF RFC http://rfc.zeromq.org/spec:5

ZMQ::Declare::ZDCF

ZMQ::Declare::ZDCF::Encoder

ZeroMQ

AUTHOR

Steffen Mueller <smueller@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2012 by Steffen Mueller

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.1 or, at your option, any later version of Perl 5 you may have available.