Data-BISON

 view release on metacpan or  search on metacpan

lib/Data/BISON/Decoder.pm  view on Meta::CPAN

281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
=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

106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
=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.477 second using v1.01-cache-2.11-cpan-ec4f86ec37b )