[libmongodb-perl] 02/03: Merge tag 'upstream/0.702.1+ds'
dom at earth.li
dom at earth.li
Sat Aug 17 18:17:59 UTC 2013
This is an automated email from the git hooks/post-receive script.
dom pushed a commit to branch master
in repository libmongodb-perl.
commit ea2741db8449f8d0be4fb5acc1ed1b455c98f551
Merge: b54046b 72824a9
Author: Dominic Hargreaves <dom at earth.li>
Date: Fri Aug 16 14:17:39 2013 +0200
Merge tag 'upstream/0.702.1+ds'
Upstream version 0.702.1+ds
Changes | 31 ++-
LICENSE | 5 -
MANIFEST | 12 +-
META.json | 9 +-
META.yml | 9 +-
Makefile.PL | 19 +-
README | 4 +-
dist.ini | 4 +-
inc/Module/Install/Compiler.pm | 123 +++++++++
lib/MongoDB.pm | 10 +-
lib/MongoDB/BSON.pm | 6 +-
lib/MongoDB/BSON/Binary.pm | 6 +-
lib/MongoDB/Code.pm | 6 +-
lib/MongoDB/Collection.pm | 160 +++++------
lib/MongoDB/Connection.pm | 29 +-
lib/MongoDB/Cursor.pm | 13 +-
lib/MongoDB/DBRef.pm | 20 +-
lib/MongoDB/DataTypes.pod | 51 +++-
lib/MongoDB/Database.pm | 18 +-
lib/MongoDB/Examples.pod | 18 +-
lib/MongoDB/GridFS.pm | 12 +-
lib/MongoDB/GridFS/File.pm | 6 +-
lib/MongoDB/Indexing.pod | 18 +-
lib/MongoDB/MongoClient.pm | 184 +++++++++++--
lib/MongoDB/OID.pm | 33 +--
lib/MongoDB/Timestamp.pm | 6 +-
lib/MongoDB/Tutorial.pod | 18 +-
mongo_link.c | 106 +++++++-
mongo_link.h | 6 +-
perl_mongo.c | 207 ++++++---------
perl_mongo.h | 2 +-
t/auth.pl | 18 ++
t/bson.t | 56 ++--
t/collection.t | 94 ++++---
t/connection.t | 34 ++-
t/cursor.t | 35 ++-
t/database.t | 36 +--
t/db.t | 36 +--
t/dbref.t | 41 +--
t/delegation.t | 35 +--
t/dt_types.t | 70 +++--
t/fsync.t | 34 ++-
t/gridfs.t | 39 +--
t/isUTF8.t | 34 ---
t/lib/MongoDBTest.pm | 52 ++++
t/lib/MongoDBTest.pm~ | 9 +
t/memtest.pl | 18 ++
t/old_conn_collection.t | 575 ----------------------------------------
t/old_conn_connection.t | 135 ----------
t/old_conn_database.t | 89 -------
t/old_conn_regex.t | 42 ---
t/regex.t | 37 +--
t/rs.pl | 17 ++
t/threads/basic.t | 17 ++
t/threads/cursor.t | 17 ++
t/threads/oid.t | 16 ++
t/types.t | 72 +++--
t/w.t | 46 ++++
weaver.ini | 1 +
xs/BSON.xs | 2 +-
xs/Cursor.xs | 26 +-
xs/Mongo.xs | 57 ++--
xs/MongoClient.xs | 31 ++-
xs/OID.xs | 2 +-
64 files changed, 1447 insertions(+), 1527 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