[libmongodb-perl] branch master updated (82533ae -> 1da2c4d)
dom at earth.li
dom at earth.li
Sat Aug 17 18:17:58 UTC 2013
This is an automated email from the git hooks/post-receive script.
dom pushed a change to branch master
in repository libmongodb-perl.
from 82533ae Remove editor backup files
new b54046b Add repacking to remove mongo-meta-driver director, which has unclear licensing in parts and isn't needed
adds 72824a9 Imported Upstream version 0.702.1+ds
new ea2741d Merge tag 'upstream/0.702.1+ds'
new 1da2c4d New upstream release
The 3 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 | 31 ++-
LICENSE | 5 -
MANIFEST | 12 +-
META.json | 9 +-
META.yml | 9 +-
Makefile.PL | 19 +-
README | 4 +-
debian/changelog | 7 +-
debian/repack.local | 4 +
debian/repack.stub | 88 ++++++
debian/watch | 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 +-
68 files changed, 1547 insertions(+), 1530 deletions(-)
create mode 100644 debian/repack.local
create mode 100755 debian/repack.stub
create mode 100644 inc/Module/Install/Compiler.pm
delete mode 100644 t/isUTF8.t
create mode 100644 t/lib/MongoDBTest.pm
create mode 100644 t/lib/MongoDBTest.pm~
delete mode 100644 t/old_conn_collection.t
delete mode 100644 t/old_conn_connection.t
delete mode 100644 t/old_conn_database.t
delete mode 100644 t/old_conn_regex.t
create mode 100644 t/w.t
--
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