1BSON::Doc(3)          User Contributed Perl Documentation         BSON::Doc(3)
2
3
4

NAME

6       BSON::Doc - BSON type wrapper for ordered documents
7

VERSION

9       version v1.12.2
10

SYNOPSIS

12           use BSON::Types ':all';
13
14           my $ordered = bson_doc( first => 1, second => 2 );
15

DESCRIPTION

17       This module provides a BSON type wrapper representing a document
18       preserves key-value order.  It is currently read-only.
19

AUTHORS

21       •   David Golden <david@mongodb.com>
22
23       •   Stefan G. <minimalist@lavabit.com>
24
26       This software is Copyright (c) 2020 by Stefan G. and MongoDB, Inc.
27
28       This is free software, licensed under:
29
30         The Apache License, Version 2.0, January 2004
31
32
33
34perl v5.36.0                      2022-07-22                      BSON::Doc(3)
Impressum