[libmongodb-perl] 01/05: Merge tag 'upstream/0.705.0.0'

dod at debian.org dod at debian.org
Thu Oct 9 14:23:05 UTC 2014


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

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

commit 603ea83d0dde52b0a760a6a525ef50fcf401dda8
Merge: 4f27509 4842b77
Author: Dominique Dumont <dod at debian.org>
Date:   Thu Oct 9 16:10:00 2014 +0200

    Merge tag 'upstream/0.705.0.0'
    
    Upstream version 0.705.0.0
    
    # gpg: Signature made Thu 09 Oct 2014 04:09:57 PM CEST using RSA key ID 49AB2B6C
    # gpg: Good signature from "Dominique Dumont <domi.dumont at free.fr>"
    # gpg:                 aka "Dominique Dumont (CPAN) <ddumont at cpan.org>"
    # gpg:                 aka "Dominique Dumont (HP-GNB) <domi at komarr.gre.hp.com>"
    # gpg:                 aka "Dominique Dumont (HP-SEA) <dominique.dumont at hp.com>"
    # gpg:                 aka "Dominique Dumont (Debian) <dod at debian.org>"
    # gpg:                 aka "Dominique Dumont <dominique.dumont at palm.com>"

 CONTRIBUTING.md                    |  17 +++
 Changes                            |  18 +++
 MANIFEST                           |   3 +-
 META.json                          |  64 +++++----
 META.yml                           |  61 ++++----
 Makefile.PL                        |   2 +-
 README                             |   4 +-
 README.md                          |  17 +++
 lib/MongoDB.pm                     |   4 +-
 lib/MongoDB/BSON.pm                |   4 +-
 lib/MongoDB/BSON/Binary.pm         |   4 +-
 lib/MongoDB/BSON/Regexp.pm         |   4 +-
 lib/MongoDB/BulkWrite.pm           |   4 +-
 lib/MongoDB/BulkWriteView.pm       |   4 +-
 lib/MongoDB/Code.pm                |   4 +-
 lib/MongoDB/Collection.pm          |  28 ++--
 lib/MongoDB/CommandResult.pm       |   4 +-
 lib/MongoDB/Connection.pm          |   4 +-
 lib/MongoDB/Cursor.pm              |  43 ++++--
 lib/MongoDB/DBRef.pm               |   4 +-
 lib/MongoDB/DataTypes.pod          |   2 +-
 lib/MongoDB/Database.pm            |   4 +-
 lib/MongoDB/Error.pm               |   4 +-
 lib/MongoDB/Examples.pod           |   2 +-
 lib/MongoDB/GridFS.pm              |   4 +-
 lib/MongoDB/GridFS/File.pm         |   4 +-
 lib/MongoDB/Indexing.pod           |   2 +-
 lib/MongoDB/MongoClient.pm         |   4 +-
 lib/MongoDB/OID.pm                 |   4 +-
 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           |   4 +-
 lib/MongoDB/Tutorial.pod           |   2 +-
 lib/MongoDB/WriteResult.pm         |   4 +-
 lib/MongoDB/_Types.pm              |   2 +-
 perl_mongo.c                       |  24 +++-
 t/00-report-prereqs.dd             |  72 ++++++++++
 t/00-report-prereqs.t              | 275 ++++++++++++++++---------------------
 t/bson.t                           |  33 ++++-
 t/bulk.t                           |   2 +-
 t/collection.t                     |  39 ++++++
 t/cursor.t                         |  47 ++++++-
 t/threads/basic.t                  |  13 +-
 xs/Mongo.xs                        |   8 +-
 xt/release/check-jira-in-changes.t |   3 +-
 49 files changed, 557 insertions(+), 310 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