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

js pushed a change to branch master
in repository libcatmandu-perl.

      from  792f845   Prepare for release: Update changelog, control file and 
copyright hints.
      adds  cfa8d61   Build.PL
      adds  66c96ee   Adding blessed test for vacuum
      adds  0d76bfe   Merge branch 'dev' of github.com:LibreCat/Catmandu into 
dev
      adds  c9ec99c   recommend Class::XSAccessor
      adds  3a7c4fe   remove Data::Util require
      adds  680cd7b   Fixing bugs in list bind
      adds  ba76f88   Introduce .mailmap
      adds  4a5d8f5   Merge pull request #189 from LibreCat/mailmap
      adds  116aac1   Merge branch 'dev' of github.com:LibreCat/Catmandu into 
dev
      adds  86e5de8   fix typo
      adds  f593ad1   remove dependency on Data::Util because of 
incompatibility with revcent perls
      adds  b0e3c9f   fix circularity in check_string definition
      adds  8aff371   benchmark our Data::Util replacements
      adds  092e5bf   Merge branch 'feature-no-data-util' into dev
      adds  e4ce563   actually remove Data::Util
      adds  bb19059   Multi importer
      adds  75c74d1   cpanfile
      adds  4f55065   typo
      adds  5d1076d   multi iterator
      adds  b464fd8   Multi importer; MultiIterator; Multi store
      adds  72ebc68   Multi Store and refactor of other multi packages
      adds  7271506   fix test MultiIterator bug
      adds  41fdca4   changelog
      adds  9f71d3e   Fixed single execution of list bind bug
      adds  5dfcd3a   Merge branch 'dev' of github.com:LibreCat/Catmandu into 
dev
      adds  d59c93d   Merge branch 'dev'
      adds  f73512b   changelog
      adds  7cb72bd   Merge branch 'dev'
      adds  2b536cd   0.9502
      adds  7234667   Imported Upstream version 0.9502
       new  8bc24a0   Merge tag 'upstream/0.9502'
       new  fe27976   Update package relations: Stop (build-)depend on 
libdata-util-perl.
       new  b835077   Prepare for release: Update changelog, control file and 
copyright hints.

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:
 Build.PL                        |   3 +-
 Changes                         |  15 ++++-
 MANIFEST                        |  10 +++
 META.json                       |  28 +++------
 META.yml                        |  28 +++------
 cpanfile                        |   1 -
 debian/changelog                |  10 +++
 debian/control                  |   1 -
 debian/copyright_hints          |  10 +++
 debian/rules                    |   2 +-
 dist.ini                        |   1 +
 lib/Catmandu.pm                 |   2 +-
 lib/Catmandu/Exporter/Multi.pm  |  58 +++++++++++++++++
 lib/Catmandu/Exporter/Null.pm   |   2 +
 lib/Catmandu/Fix/Bind/list.pm   |  50 ++++++++++-----
 lib/Catmandu/Importer/Multi.pm  |  71 +++++++++++++++++++++
 lib/Catmandu/MultiIterator.pm   |  54 ++++++++++++++++
 lib/Catmandu/Store/Hash.pm      |  88 ++------------------------
 lib/Catmandu/Store/Hash/Bag.pm  |  81 ++++++++++++++++++++++++
 lib/Catmandu/Store/Multi.pm     |  32 ++++++++++
 lib/Catmandu/Store/Multi/Bag.pm |  49 +++++++++++++++
 lib/Catmandu/Util.pm            | 135 ++++++++++++++++++++++++++++++++++------
 t/Catmandu-Bag.t                |   6 +-
 t/Catmandu-Exporter-Multi.t     |  39 ++++++++++++
 t/Catmandu-Fix-vacuum.t         |  13 +++-
 t/Catmandu-Importer-Multi.t     |  32 ++++++++++
 t/Catmandu-MultiIterator.t      |  32 ++++++++++
 t/Catmandu-Store-Multi.t        |  48 ++++++++++++++
 28 files changed, 727 insertions(+), 174 deletions(-)
 create mode 100644 lib/Catmandu/Exporter/Multi.pm
 create mode 100644 lib/Catmandu/Importer/Multi.pm
 create mode 100644 lib/Catmandu/MultiIterator.pm
 create mode 100644 lib/Catmandu/Store/Hash/Bag.pm
 create mode 100644 lib/Catmandu/Store/Multi.pm
 create mode 100644 lib/Catmandu/Store/Multi/Bag.pm
 create mode 100644 t/Catmandu-Exporter-Multi.t
 create mode 100644 t/Catmandu-Importer-Multi.t
 create mode 100644 t/Catmandu-MultiIterator.t
 create mode 100644 t/Catmandu-Store-Multi.t

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libcatmandu-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