1BSON::Binary(3) User Contributed Perl Documentation BSON::Binary(3)
2
3
4
6 BSON::Binary - Legacy BSON type wrapper for binary data (DEPRECATED)
7
9 version v1.12.2
10
12 This module has been deprecated as it was horribly inefficient
13 (unpacking binary data to individual single-byte elements of an array!)
14 and had a weird API that was not compatible with the existing MongoDB
15 Binary wrapper implementation on CPAN.
16
17 You are strongly encouraged to use BSON::Bytes instead.
18
20 · David Golden <david@mongodb.com>
21
22 · Stefan G. <minimalist@lavabit.com>
23
25 This software is Copyright (c) 2020 by Stefan G. and MongoDB, Inc.
26
27 This is free software, licensed under:
28
29 The Apache License, Version 2.0, January 2004
30
31
32
33perl v5.32.0 2020-08-18 BSON::Binary(3)