[libmongodb-perl] 03/07: Merge tag 'upstream/0.708.4.0'

Harlan Lieberman-Berg H.LiebermanBerg at gmail.com
Sun Aug 30 02:46:43 UTC 2015


This is an automated email from the git hooks/post-receive script.

hlieberman-guest pushed a commit to branch master
in repository libmongodb-perl.

commit 64b90cd661eefbf74e83ce09bbc79e3dfecc8c43
Merge: 9dfd212 2a3a23d
Author: Harlan Lieberman-Berg <hlieberman at setec.io>
Date:   Sat Aug 22 20:49:34 2015 +0200

    Merge tag 'upstream/0.708.4.0'
    
    Upstream version 0.708.4.0

 Changes                               |  150 +++++
 INSTALL.md                            |   49 +-
 MANIFEST                              |    8 +-
 META.json                             |   72 +--
 META.yml                              |   66 +--
 Makefile.PL                           |    3 +-
 README                                |    6 +-
 bson/bcon.c                           | 1024 ---------------------------------
 bson/bcon.h                           |  280 ---------
 bson/bson-compat.h                    |    4 +
 bson/bson.c                           |    1 -
 inc/Module/Install/PRIVATE/Mongo.pm   |   58 +-
 lib/MongoDB.pm                        |   12 +-
 lib/MongoDB/BSON.pm                   |   58 +-
 lib/MongoDB/BSON/Binary.pm            |   12 +-
 lib/MongoDB/BSON/Regexp.pm            |   12 +-
 lib/MongoDB/BulkWrite.pm              |   12 +-
 lib/MongoDB/BulkWriteView.pm          |   12 +-
 lib/MongoDB/Code.pm                   |   12 +-
 lib/MongoDB/Collection.pm             |  121 ++--
 lib/MongoDB/CommandResult.pm          |   12 +-
 lib/MongoDB/Connection.pm             |   12 +-
 lib/MongoDB/Cursor.pm                 |   32 +-
 lib/MongoDB/DBRef.pm                  |   12 +-
 lib/MongoDB/DataTypes.pod             |   27 +-
 lib/MongoDB/Database.pm               |   59 +-
 lib/MongoDB/Error.pm                  |   12 +-
 lib/MongoDB/Examples.pod              |   10 +-
 lib/MongoDB/GridFS.pm                 |   43 +-
 lib/MongoDB/GridFS/File.pm            |   31 +-
 lib/MongoDB/Indexing.pod              |   16 +-
 lib/MongoDB/MongoClient.pm            |  129 ++++-
 lib/MongoDB/OID.pm                    |   36 +-
 lib/MongoDB/Role/_LastError.pm        |    2 +-
 lib/MongoDB/Role/_Remover.pm          |    2 +-
 lib/MongoDB/Role/_Updater.pm          |    2 +-
 lib/MongoDB/Role/_View.pm             |    2 +-
 lib/MongoDB/Role/_WriteQueue.pm       |    2 +-
 lib/MongoDB/Role/_Writeable.pm        |    2 +-
 lib/MongoDB/Timestamp.pm              |   12 +-
 lib/MongoDB/Tutorial.pod              |   10 +-
 lib/MongoDB/WriteResult.pm            |   12 +-
 lib/MongoDB/_Types.pm                 |    2 +-
 mongo_link.c                          |   14 +-
 perl_mongo.c                          |  116 ++--
 t/00-report-prereqs.dd                |   10 +-
 t/00-report-prereqs.t                 |   28 +-
 t/bson.t                              |   38 +-
 t/bulk.t                              |   15 -
 t/collection.t                        |  214 ++-----
 t/connection.t                        |    3 +-
 t/cursor.t                            |   28 +-
 t/database.t                          |   24 +-
 t/gridfs.t                            |   54 +-
 t/indexes.t                           |  195 +++++++
 t/lib/MongoDBTest.pm                  |    8 +-
 t/threads/basic.t                     |    4 +-
 t/threads/bson.t                      |   89 +++
 t/threads/cursor.t                    |    5 +-
 t/threads/oid.t                       |    6 +-
 t/types.t                             |   21 +-
 xs/Cursor.xs                          |   20 +-
 xs/Mongo.xs                           |    1 -
 xs/MongoClient.xs                     |    2 +-
 xt/{release => author}/test-version.t |   12 +-
 xt/release/check-jira-in-changes.t    |    4 +-
 66 files changed, 1339 insertions(+), 2023 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmongodb-perl.git



More information about the Pkg-perl-cvs-commits mailing list