logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

BSON::XS - XS implementation of MongoDB's BSON serialization (EOL)

Author

       David Golden <david@mongodb.com>

Contributor

       Paul "LeoNerd" Evans <leonerd@leonerd.org.uk>

Description

       This 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.

End Of Life Notice

       Version v0.8.0 was the final feature release of the MongoDB BSON::XS library and v0.8.4 is the final
       patch release.

       AsofAugust13,2020,theMongoDBPerldriverandrelatedlibrarieshavereachedendoflifeandarenolongersupportedbyMongoDB. 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>.

Name

       BSON::XS - XS implementation of MongoDB's BSON serialization (EOL)

Version

       version v0.8.4

See Also