Data-BISON
view release on metacpan or search on metacpan
lib/Data/BISON/Decoder.pm view on Meta::CPAN
=head1 INTERFACE
=over
=item C<< new >>
Create a new Data::BISON::Encoder.
=item C<< decode >>
Decode BISON serialized data. The data to be decoded may optionally have
been yEnc encoded; C<decode> will detect this and perform the
appropriate decoding.
The returned value is a scalar, hash reference or array reference.
=back
=head1 DIAGNOSTICS
=over
lib/Data/BISON/yEnc.pm view on Meta::CPAN
=over
=item C<< encode_yEnc needs one argument >>
encode_yEnc takes a single argument - a string containing the binary
data to be encoded.
=item C<< decode_yEnc needs one argument >>
decode_yEnc takes a single argument - a string containing the yEnc
encoded data to be decoded.
=item C<< Escape character at end of data >>
The yEnc escape character (0x3D) was found as the last character in the
data to be decoded. The escape character should always be followed by
the character it escapes.
=back
=head1 CONFIGURATION AND ENVIRONMENT
Data::BISON::yEnc requires no configuration files or environment variables.
=head1 DEPENDENCIES
( run in 0.231 second using v1.01-cache-2.11-cpan-eab888a1d7d )