[libmongodb-perl] branch master updated (e090275 -> 1396767)

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


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

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

      from  e090275   dch -r
       new  9dfd212   Add version dependency on libtiny-path-perl.
       new  2a3a23d   Imported Upstream version 0.708.4.0
       new  64b90cd   Merge tag 'upstream/0.708.4.0'
       new  b46e096   Bump copyright year, fix email.
       new  0d80be1   Add new dependencies on Data::Dump and Authen::SCRAM::Client.
       new  f8b8897   Fix up with cme.
       new  1396767   Bump d/changelog for release.

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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 -
 debian/changelog                      |    6 +
 debian/control                        |    8 +-
 debian/copyright                      |    2 +-
 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 +-
 69 files changed, 1352 insertions(+), 2026 deletions(-)
 delete mode 100644 bson/bcon.c
 delete mode 100644 bson/bcon.h
 create mode 100644 t/indexes.t
 create mode 100644 t/threads/bson.t
 rename xt/{release => author}/test-version.t (54%)

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