The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
---
abstract: 'BSON serialization and deserialization'
author:
  - 'David Golden <david@mongodb.com>'
  - 'Stefan G. <minimalist@lavabit.com>'
build_requires:
  Data::Dumper: '0'
  ExtUtils::MakeMaker: '0'
  File::Spec: '0'
  JSON::MaybeXS: '0'
  Path::Tiny: '0.054'
  Test::Deep: '0'
  Test::More: '0.96'
  lib: '0'
  perl: '5.008001'
  re: '0'
  utf8: '0'
configure_requires:
  ExtUtils::MakeMaker: '6.17'
  perl: '5.008001'
dynamic_config: 0
generated_by: 'Dist::Zilla version 6.008, CPAN::Meta::Converter version 2.150010'
license: apache
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: BSON
no_index:
  directory:
    - corpus
    - examples
    - t
    - xt
  package:
    - DB
provides:
  BSON:
    file: lib/BSON.pm
    version: v1.2.1
  BSON::Binary:
    file: lib/BSON/Binary.pm
    version: v1.2.1
  BSON::Bool:
    file: lib/BSON/Bool.pm
    version: v1.2.1
  BSON::Bytes:
    file: lib/BSON/Bytes.pm
    version: v1.2.1
  BSON::Code:
    file: lib/BSON/Code.pm
    version: v1.2.1
  BSON::DBRef:
    file: lib/BSON/DBRef.pm
    version: v1.2.1
  BSON::Decimal128:
    file: lib/BSON/Decimal128.pm
    version: v1.2.1
  BSON::Doc:
    file: lib/BSON/Doc.pm
    version: v1.2.1
  BSON::Double:
    file: lib/BSON/Double.pm
    version: v1.2.1
  BSON::Int32:
    file: lib/BSON/Int32.pm
    version: v1.2.1
  BSON::Int64:
    file: lib/BSON/Int64.pm
    version: v1.2.1
  BSON::MaxKey:
    file: lib/BSON/MaxKey.pm
    version: v1.2.1
  BSON::MinKey:
    file: lib/BSON/MinKey.pm
    version: v1.2.1
  BSON::OID:
    file: lib/BSON/OID.pm
    version: v1.2.1
  BSON::ObjectId:
    file: lib/BSON/ObjectId.pm
    version: v1.2.1
  BSON::PP:
    file: lib/BSON/PP.pm
    version: v1.2.1
  BSON::Raw:
    file: lib/BSON/Raw.pm
    version: v1.2.1
  BSON::Regex:
    file: lib/BSON/Regex.pm
    version: v1.2.1
  BSON::String:
    file: lib/BSON/String.pm
    version: v1.2.1
  BSON::Time:
    file: lib/BSON/Time.pm
    version: v1.2.1
  BSON::Timestamp:
    file: lib/BSON/Timestamp.pm
    version: v1.2.1
  BSON::Types:
    file: lib/BSON/Types.pm
    version: v1.2.1
requires:
  B: '0'
  Carp: '0'
  Digest::MD5: '0'
  Exporter: '0'
  MIME::Base64: '0'
  Math::BigInt: '0'
  Module::Runtime: '0'
  Moo: '2.002004'
  Scalar::Util: '0'
  Sys::Hostname: '0'
  Tie::IxHash: '0'
  Time::HiRes: '0'
  Time::Local: '0'
  base: '0'
  boolean: '0.45'
  constant: '0'
  if: '0'
  namespace::clean: '0'
  overload: '0'
  perl: '5.008001'
  strict: '0'
  threads::shared: '0'
  version: '0'
  warnings: '0'
resources:
  bugtracker: https://jira.mongodb.org/browse/PERL
  homepage: https://github.com/mongodb/mongo-perl-bson
  repository: https://github.com/mongodb/mongo-perl-bson.git
version: v1.2.1
x_authority: cpan:MONGODB
x_contributors:
  - 'Eric Daniels <eric.daniels@mongodb.com>'
  - 'Olivier Duclos <odc@cpan.org>'
  - 'Pat Gunn <pgunn@mongodb.com>'
  - 'Yury Zavarin <yury.zavarin@gmail.com>'
  - 'Oleg Kostyuk <cub@cpan.org>'
x_serialization_backend: 'YAML::Tiny version 1.69'