[libmango-perl] branch master updated (87dda85 -> b640574)
Tamas Csillag
cstamas-guest at alioth.debian.org
Sat Aug 17 19:40:55 UTC 2013
This is an automated email from the git hooks/post-receive script.
cstamas-guest pushed a change to branch master
in repository libmango-perl.
from 87dda85 oops, back to unreleased, did not meant to release yet
adds bdcafbc Imported Upstream version 0.11
new e92b4e6 Merge tag 'upstream/0.11'
new e429df3 update d/changelog timestamp and version
new b640574 depend on libmojolicious-perl
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:
CONTRIBUTING.md | 1 +
Changes | 51 ++++++-
MANIFEST | 6 +
MANIFEST.SKIP | 7 +
META.json | 8 +-
META.yml | 10 +-
Makefile.PL | 4 +-
README.md | 68 ++++------
debian/changelog | 4 +-
debian/control | 4 +-
lib/Mango.pm | 308 +++++++++++++++++++++++++++----------------
lib/Mango/BSON.pm | 82 +++++++-----
lib/Mango/BSON/Binary.pm | 6 +
lib/Mango/BSON/Code.pm | 2 +
lib/Mango/BSON/Document.pm | 44 ++-----
lib/Mango/BSON/ObjectID.pm | 20 ++-
lib/Mango/BSON/Time.pm | 19 ++-
lib/Mango/BSON/Timestamp.pm | 2 +
lib/Mango/Collection.pm | 123 +++++++++++++----
lib/Mango/Cursor.pm | 75 ++++++-----
lib/Mango/Database.pm | 39 +++++-
lib/Mango/GridFS.pm | 188 ++++++++++++++++++++++++++
lib/Mango/GridFS/Reader.pm | 226 +++++++++++++++++++++++++++++++
lib/Mango/GridFS/Writer.pm | 222 +++++++++++++++++++++++++++++++
lib/Mango/Protocol.pm | 8 +-
t/bson.t | 119 +++++++++++++----
t/collection.t | 209 +++++++++++++++++++----------
t/connection.t | 106 ++++++++++++---
t/cursor.t | 59 ++++-----
t/database.t | 47 ++++---
t/gridfs.t | 246 ++++++++++++++++++++++++++++++++++
t/pod_coverage.t | 2 +-
32 files changed, 1839 insertions(+), 476 deletions(-)
create mode 100644 CONTRIBUTING.md
create mode 100644 MANIFEST.SKIP
create mode 100644 lib/Mango/GridFS.pm
create mode 100644 lib/Mango/GridFS/Reader.pm
create mode 100644 lib/Mango/GridFS/Writer.pm
create mode 100644 t/gridfs.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmango-perl.git
More information about the Pkg-perl-cvs-commits
mailing list