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

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 change to branch master
in repository libmongodb-perl.

      from  4f27509   update changelog
      adds  4842b77   Imported Upstream version 0.705.0.0
       new  603ea83   Merge tag 'upstream/0.705.0.0'
       new  b563605   new upstream
       new  134f9a3   control: update dep libtest-deep-perl (>= 0.111)
       new  ca2644c   control: update std-version to 3.9.6
       new  e090275   dch -r

The 5 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:
 CONTRIBUTING.md                    |  17 +++
 Changes                            |  18 +++
 MANIFEST                           |   3 +-
 META.json                          |  64 +++++----
 META.yml                           |  61 ++++----
 Makefile.PL                        |   2 +-
 README                             |   4 +-
 README.md                          |  17 +++
 debian/changelog                   |  11 +-
 debian/control                     |   4 +-
 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 +-
 51 files changed, 568 insertions(+), 314 deletions(-)
 create mode 100644 t/00-report-prereqs.dd

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