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

kanashiro-guest pushed a change to branch master
in repository libmango-perl.

      from  f8f8647   update changelog
      adds  349e8f9   Imported Upstream version 1.18
       new  ff00ae4   Merge tag 'upstream/1.18'
       new  10ac90c   Imported Upstream version 1.18
       new  9d47f38   increase debhelper version to 9
       new  1b5f10d   bump Standards-Version to 3.9.6
       new  ebee63e   add test suite with autopkgtest-pkg-perl
       new  3b0188f   debian/upstream/metadata: upstream git integration
       new  6ad8f71   debian/changelog: release to unstable

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                    | 154 +++++++++++++++++
 MANIFEST                   |   3 +
 META.json                  |  14 +-
 META.yml                   |  22 +--
 Makefile.PL                |  16 +-
 README.md                  |  54 +++---
 debian/changelog           |  14 +-
 debian/compat              |   2 +-
 debian/control             |   5 +-
 debian/upstream/metadata   |   6 +
 lib/Mango.pm               | 417 ++++++++++++++++++++-------------------------
 lib/Mango/BSON.pm          | 181 +++++++++-----------
 lib/Mango/BSON/Binary.pm   |  28 ++-
 lib/Mango/BSON/ObjectID.pm |  53 ++++--
 lib/Mango/BSON/Time.pm     |  38 ++++-
 lib/Mango/Bulk.pm          | 258 ++++++++++++++++++++++++++++
 lib/Mango/Collection.pm    | 264 ++++++++++++++++------------
 lib/Mango/Cursor.pm        | 248 +++------------------------
 lib/Mango/Cursor/Query.pm  | 286 +++++++++++++++++++++++++++++++
 lib/Mango/Database.pm      | 111 +++++++++---
 lib/Mango/GridFS.pm        |  22 +--
 lib/Mango/GridFS/Reader.pm |   9 +-
 lib/Mango/GridFS/Writer.pm |  90 +++++-----
 lib/Mango/Protocol.pm      | 141 ++++-----------
 t/bson.t                   |  89 ++++++++--
 t/bulk.t                   | 154 +++++++++++++++++
 t/collection.t             | 230 +++++++++++++++----------
 t/connection.t             |  49 +++---
 t/cursor.t                 |  91 +++++++---
 t/database.t               |  35 ++--
 t/gridfs.t                 |  40 +++--
 t/pod_coverage.t           |   2 +-
 t/protocol.t               |  88 +++-------
 33 files changed, 2036 insertions(+), 1178 deletions(-)
 create mode 100644 debian/upstream/metadata
 create mode 100644 lib/Mango/Bulk.pm
 create mode 100644 lib/Mango/Cursor/Query.pm
 create mode 100644 t/bulk.t

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmango-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to