|
NAMEBSON::XS - XS implementation of MongoDB's BSON serialization (EOL)VERSIONversion v0.8.4END OF LIFE NOTICEVersion v0.8.0 was the final feature release of the MongoDB BSON::XS library and v0.8.4 is the final patch release.As of August 13, 2020, the MongoDB Perl driver and related libraries have reached end of life and are no longer supported by MongoDB. See the August 2019 deprecation notice <https://www.mongodb.com/blog/post/the-mongodb-perl-driver-is-being-deprecated> for rationale. If members of the community wish to continue development, they are welcome to fork the code under the terms of the Apache 2 license and release it under a new namespace. Specifications and test files for MongoDB drivers and libraries are published in an open repository: mongodb/specifications <https://github.com/mongodb/specifications/tree/master/source>. DESCRIPTIONThis module contains an XS implementation for BSON encoding and decoding. There is no public API. Use the BSON module and it will choose the best implementation for you.AUTHORDavid Golden <david@mongodb.com>CONTRIBUTORPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>COPYRIGHT AND LICENSEThis software is Copyright (c) 2020 by MongoDB, Inc.This is free software, licensed under: The Apache License, Version 2.0, January 2004
Visit the GSP FreeBSD Man Page Interface. |