The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
   "abstract" : "Pure Perl implementation of MongoDB's BSON serialization",
   "author" : [
      "minimalist <minimalist@lavabit.com>",
      "David Golden <david@mongodb.com>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 5.034, CPAN::Meta::Converter version 2.150001",
   "license" : [
      "apache_2_0"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : 2
   },
   "name" : "BSON",
   "no_index" : {
      "directory" : [
         "t",
         "xt",
         "examples",
         "corpus"
      ],
      "package" : [
         "DB"
      ]
   },
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "6.17",
            "perl" : "5.008001"
         }
      },
      "develop" : {
         "requires" : {
            "Dist::Zilla" : "5",
            "Dist::Zilla::Plugin::Meta::Contributors" : "0",
            "Dist::Zilla::PluginBundle::DAGOLDEN" : "0.072",
            "File::Spec" : "0",
            "File::Temp" : "0",
            "IO::Handle" : "0",
            "IPC::Open3" : "0",
            "Pod::Coverage::TrustPod" : "0",
            "Test::CPAN::Meta" : "0",
            "Test::More" : "0",
            "Test::Pod" : "1.41",
            "Test::Pod::Coverage" : "1.08",
            "Test::Spelling" : "0.12",
            "Test::Version" : "1"
         }
      },
      "runtime" : {
         "requires" : {
            "Carp" : "0",
            "Digest::MD5" : "0",
            "Exporter" : "0",
            "Math::Int64" : "0",
            "Sys::Hostname" : "0",
            "Tie::IxHash" : "0",
            "base" : "0",
            "constant" : "0",
            "overload" : "0",
            "perl" : "5.008001",
            "strict" : "0",
            "threads::shared" : "0",
            "warnings" : "0"
         }
      },
      "test" : {
         "recommends" : {
            "CPAN::Meta" : "2.120900"
         },
         "requires" : {
            "DateTime" : "0",
            "ExtUtils::MakeMaker" : "0",
            "File::Spec" : "0",
            "Test::Deep" : "0",
            "Test::More" : "0.86",
            "Test::Number::Delta" : "0",
            "if" : "0",
            "perl" : "5.008001"
         }
      }
   },
   "provides" : {
      "BSON" : {
         "file" : "lib/BSON.pm",
         "version" : "0.15"
      },
      "BSON::Binary" : {
         "file" : "lib/BSON/Binary.pm",
         "version" : "0.15"
      },
      "BSON::Bool" : {
         "file" : "lib/BSON/Bool.pm",
         "version" : "0.15"
      },
      "BSON::Code" : {
         "file" : "lib/BSON/Code.pm",
         "version" : "0.15"
      },
      "BSON::MaxKey" : {
         "file" : "lib/BSON/MaxKey.pm",
         "version" : "0.15"
      },
      "BSON::MinKey" : {
         "file" : "lib/BSON/MinKey.pm",
         "version" : "0.15"
      },
      "BSON::ObjectId" : {
         "file" : "lib/BSON/ObjectId.pm",
         "version" : "0.15"
      },
      "BSON::String" : {
         "file" : "lib/BSON/String.pm",
         "version" : "0.15"
      },
      "BSON::Time" : {
         "file" : "lib/BSON/Time.pm",
         "version" : "0.15"
      },
      "BSON::Timestamp" : {
         "file" : "lib/BSON/Timestamp.pm",
         "version" : "0.15"
      }
   },
   "release_status" : "testing",
   "resources" : {
      "bugtracker" : {
         "web" : "https://jira.mongodb.org/browse/PERL"
      },
      "homepage" : "https://github.com/mongodb/mongo-perl-bson",
      "repository" : {
         "type" : "git",
         "url" : "https://github.com/mongodb/mongo-perl-bson.git",
         "web" : "https://github.com/mongodb/mongo-perl-bson"
      }
   },
   "version" : "0.15",
   "x_authority" : "cpan:MONGODB",
   "x_contributors" : [
      "Eric Daniels <eric.daniels@mongodb.com>",
      "Pat Gunn <pgunn@mongodb.com>",
      "Yury Zavarin <yury.zavarin@gmail.com>",
      "Oleg Kostyuk <cub@cpan.org>"
   ]
}