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

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

commit 66f42c5584885c94aa2085c74dfa05d68537c51a
Merge: 0bb54f0 9b099a0
Author: Nicolas Steenlant <nicolas.steenl...@ugent.be>
Date:   Mon Jan 18 16:41:48 2016 +0100

    Merge branch 'dev' into uri_escape

 Build.PL                                        |  14 +-
 Changes                                         |   4 +
 bin/catmandu                                    |   3 +-
 cpanfile                                        |   8 +-
 lib/Catmandu.pm                                 |  15 +-
 lib/Catmandu/Addable.pm                         |   9 +-
 lib/Catmandu/ArrayIterator.pm                   |   2 +-
 lib/Catmandu/Bag.pm                             |  30 +-
 lib/Catmandu/Buffer.pm                          |   2 +-
 lib/Catmandu/CLI.pm                             |   3 +-
 lib/Catmandu/Cmd.pm                             |  35 ++-
 lib/Catmandu/Cmd/config.pm                      |   4 +-
 lib/Catmandu/Cmd/convert.pm                     |  39 +--
 lib/Catmandu/Cmd/copy.pm                        |  86 ++++++
 lib/Catmandu/Cmd/count.pm                       |  27 +-
 lib/Catmandu/Cmd/data.pm                        |  22 +-
 lib/Catmandu/Cmd/delete.pm                      |  46 +--
 lib/Catmandu/Cmd/drop.pm                        |  50 ++++
 lib/Catmandu/Cmd/export.pm                      |  54 ++--
 lib/Catmandu/Cmd/help.pm                        |   8 +-
 lib/Catmandu/Cmd/import.pm                      |  45 ++-
 lib/Catmandu/Cmd/info.pm                        |   4 +-
 lib/Catmandu/Cmd/move.pm                        |  84 ------
 lib/Catmandu/Cmd/run.pm                         |   2 +-
 lib/Catmandu/Counter.pm                         |   2 +-
 lib/Catmandu/Droppable.pm                       |  36 +++
 lib/Catmandu/Env.pm                             |  12 +-
 lib/Catmandu/Error.pm                           |  20 +-
 lib/Catmandu/Expander.pm                        |  12 +
 lib/Catmandu/Exporter.pm                        |   8 +-
 lib/Catmandu/Exporter/CSV.pm                    |  63 ++---
 lib/Catmandu/Exporter/JSON.pm                   |  46 +--
 lib/Catmandu/Exporter/Mock.pm                   |  68 +++++
 lib/Catmandu/Exporter/Multi.pm                  |   2 +-
 lib/Catmandu/Exporter/Null.pm                   |   4 +-
 lib/Catmandu/Exporter/Text.pm                   |  20 +-
 lib/Catmandu/Exporter/YAML.pm                   |   7 +-
 lib/Catmandu/Fix.pm                             |  14 +-
 lib/Catmandu/Fix/Base.pm                        |   2 +-
 lib/Catmandu/Fix/Bind.pm                        |   2 +-
 lib/Catmandu/Fix/Bind/benchmark.pm              |   2 +-
 lib/Catmandu/Fix/Bind/hashmap.pm                |  14 +-
 lib/Catmandu/Fix/Bind/identity.pm               |   2 +-
 lib/Catmandu/Fix/Bind/importer.pm               |   2 +-
 lib/Catmandu/Fix/Bind/list.pm                   |   2 +-
 lib/Catmandu/Fix/Bind/maybe.pm                  |   2 +-
 lib/Catmandu/Fix/Bind/timeout.pm                |   2 +-
 lib/Catmandu/Fix/Bind/visitor.pm                |   2 +-
 lib/Catmandu/Fix/Bind/with.pm                   |   2 +-
 lib/Catmandu/Fix/Condition.pm                   |   2 +-
 lib/Catmandu/Fix/Condition/SimpleAllTest.pm     |   2 +-
 lib/Catmandu/Fix/Condition/SimpleAnyTest.pm     |   2 +-
 lib/Catmandu/Fix/Condition/SimpleCompareTest.pm |   2 +-
 lib/Catmandu/Fix/Condition/all_equal.pm         |   2 +-
 lib/Catmandu/Fix/Condition/all_match.pm         |   2 +-
 lib/Catmandu/Fix/Condition/any_equal.pm         |   2 +-
 lib/Catmandu/Fix/Condition/any_match.pm         |   2 +-
 lib/Catmandu/Fix/Condition/exists.pm            |   2 +-
 lib/Catmandu/Fix/Condition/greater_than.pm      |   2 +-
 lib/Catmandu/Fix/Condition/in.pm                |   2 +-
 lib/Catmandu/Fix/Condition/is_false.pm          |   2 +-
 lib/Catmandu/Fix/Condition/is_true.pm           |   2 +-
 lib/Catmandu/Fix/Condition/less_than.pm         |   2 +-
 lib/Catmandu/Fix/Has.pm                         |   2 +-
 lib/Catmandu/Fix/Parser.pm                      |   2 +-
 lib/Catmandu/Fix/SimpleGetValue.pm              |   2 +-
 lib/Catmandu/Fix/add_field.pm                   |   2 +-
 lib/Catmandu/Fix/add_to_exporter.pm             |   2 +-
 lib/Catmandu/Fix/add_to_store.pm                |   2 +-
 lib/Catmandu/Fix/append.pm                      |   2 +-
 lib/Catmandu/Fix/array.pm                       |   2 +-
 lib/Catmandu/Fix/assoc.pm                       |   2 +-
 lib/Catmandu/Fix/capitalize.pm                  |   2 +-
 lib/Catmandu/Fix/clone.pm                       |   2 +-
 lib/Catmandu/Fix/code.pm                        |   2 +-
 lib/Catmandu/Fix/collapse.pm                    |   6 +-
 lib/Catmandu/Fix/copy_field.pm                  |   2 +-
 lib/Catmandu/Fix/count.pm                       |   2 +-
 lib/Catmandu/Fix/downcase.pm                    |   2 +-
 lib/Catmandu/Fix/expand.pm                      |   6 +-
 lib/Catmandu/Fix/expand_date.pm                 |   2 +-
 lib/Catmandu/Fix/filter.pm                      |   2 +-
 lib/Catmandu/Fix/flatten.pm                     |   2 +-
 lib/Catmandu/Fix/format.pm                      |   2 +-
 lib/Catmandu/Fix/from_json.pm                   |   2 +-
 lib/Catmandu/Fix/hash.pm                        |   2 +-
 lib/Catmandu/Fix/import.pm                      |   2 +-
 lib/Catmandu/Fix/include.pm                     |   2 +-
 lib/Catmandu/Fix/join_field.pm                  |   2 +-
 lib/Catmandu/Fix/log.pm                         |   8 +-
 lib/Catmandu/Fix/lookup.pm                      |   2 +-
 lib/Catmandu/Fix/lookup_in_store.pm             |   2 +-
 lib/Catmandu/Fix/move_field.pm                  |   2 +-
 lib/Catmandu/Fix/nothing.pm                     |   2 +-
 lib/Catmandu/Fix/parse_text.pm                  |   4 +-
 lib/Catmandu/Fix/paste.pm                       | 102 +++++++
 lib/Catmandu/Fix/perlcode.pm                    |   2 +-
 lib/Catmandu/Fix/prepend.pm                     |   2 +-
 lib/Catmandu/Fix/reject.pm                      |   2 +-
 lib/Catmandu/Fix/remove_field.pm                |   2 +-
 lib/Catmandu/Fix/replace_all.pm                 |   2 +-
 lib/Catmandu/Fix/retain.pm                      |   2 +-
 lib/Catmandu/Fix/retain_field.pm                |   2 +-
 lib/Catmandu/Fix/reverse.pm                     |   2 +-
 lib/Catmandu/Fix/set_array.pm                   |   2 +-
 lib/Catmandu/Fix/set_field.pm                   |   2 +-
 lib/Catmandu/Fix/set_hash.pm                    |   2 +-
 lib/Catmandu/Fix/sleep.pm                       |   2 +-
 lib/Catmandu/Fix/sort_field.pm                  |   2 +-
 lib/Catmandu/Fix/split_field.pm                 |   2 +-
 lib/Catmandu/Fix/substring.pm                   |   2 +-
 lib/Catmandu/Fix/sum.pm                         |   2 +-
 lib/Catmandu/Fix/to_json.pm                     |   2 +-
 lib/Catmandu/Fix/trim.pm                        |   2 +-
 lib/Catmandu/Fix/uniq.pm                        |   2 +-
 lib/Catmandu/Fix/upcase.pm                      |   2 +-
 lib/Catmandu/Fix/vacuum.pm                      |  10 +-
 lib/Catmandu/Fixable.pm                         |   6 +-
 lib/Catmandu/Hits.pm                            |   2 +-
 lib/Catmandu/IdGenerator.pm                     |   2 +-
 lib/Catmandu/IdGenerator/Mock.pm                |   2 +-
 lib/Catmandu/IdGenerator/UUID.pm                |   2 +-
 lib/Catmandu/Importer.pm                        |  48 +++-
 lib/Catmandu/Importer/CSV.pm                    |  27 +-
 lib/Catmandu/Importer/JSON.pm                   |  41 +--
 lib/Catmandu/Importer/Mock.pm                   |   2 +-
 lib/Catmandu/Importer/Modules.pm                |   2 +-
 lib/Catmandu/Importer/Multi.pm                  |   2 +-
 lib/Catmandu/Importer/Null.pm                   |   2 +-
 lib/Catmandu/Importer/Text.pm                   |  47 +--
 lib/Catmandu/Importer/YAML.pm                   |   2 +-
 lib/Catmandu/Interactive.pm                     |   2 +-
 lib/Catmandu/Iterable.pm                        |   2 +-
 lib/Catmandu/Iterator.pm                        |   2 +-
 lib/Catmandu/Logger.pm                          |  13 +-
 lib/Catmandu/MultiIterator.pm                   |   2 +-
 lib/Catmandu/Paged.pm                           |   2 +-
 lib/Catmandu/Pluggable.pm                       |   2 +-
 lib/Catmandu/Plugin/Datestamps.pm               |   2 +-
 lib/Catmandu/Plugin/Versioning.pm               |   2 +-
 lib/Catmandu/Sane.pm                            |   2 +-
 lib/Catmandu/Searchable.pm                      |   4 +-
 lib/Catmandu/Serializer.pm                      |   2 +-
 lib/Catmandu/Serializer/json.pm                 |   2 +-
 lib/Catmandu/Store.pm                           |  15 +-
 lib/Catmandu/Store/Hash.pm                      |  22 +-
 lib/Catmandu/Store/Hash/Bag.pm                  |   9 +-
 lib/Catmandu/Store/Multi.pm                     |   9 +-
 lib/Catmandu/Store/Multi/Bag.pm                 |   9 +-
 lib/Catmandu/TabularExporter.pm                 | 124 ++++++++
 lib/Catmandu/Transactional.pm                   |  40 +++
 lib/Catmandu/Util.pm                            |  13 +-
 lib/Catmandu/Validator.pm                       |   2 +-
 lib/Catmandu/Validator/Simple.pm                |   2 +-
 t/Catmandu-ArrayIterator.t                      |  17 +-
 t/Catmandu-Bag.t                                |   3 +-
 t/Catmandu-CLI.t                                |  40 +++
 t/Catmandu-Cmd-config.t                         |   4 +-
 t/Catmandu-Cmd-convert.t                        |  15 +-
 t/{Catmandu-Cmd-move.t => Catmandu-Cmd-copy.t}  |   8 +-
 t/Catmandu-Cmd-data.t                           |  69 +++--
 t/Catmandu-Cmd-export.t                         |  16 +-
 t/Catmandu-Cmd-info.t                           |  26 +-
 t/Catmandu-Cmd.t                                |  14 +-
 t/Catmandu-Exporter-CSV.t                       |  31 +-
 t/Catmandu-Exporter-JSON.t                      |   6 +-
 t/Catmandu-Exporter-Mock.t                      |  27 ++
 t/Catmandu-Exporter-Multi.t                     |   4 +-
 t/Catmandu-Exporter-Text.t                      |  19 +-
 t/Catmandu-Fix-Bind-hashmap.t                   |  12 +-
 t/Catmandu-Fix-Bind-importer.t                  |   8 +-
 t/Catmandu-Fix-expand.t                         |  10 +-
 t/Catmandu-Fix-paste.t                          |  26 ++
 t/Catmandu-Fix.t                                |  95 ++++++-
 t/Catmandu-Importer-CSV.t                       |  16 +-
 t/Catmandu-Importer-JSON.t                      |  22 +-
 t/Catmandu-Importer-Text.t                      |  14 +-
 t/Catmandu-Importer.t                           |  79 ++++++
 t/Catmandu-Interactive.t                        | 122 ++++----
 t/Catmandu-Store-Multi.t                        |   4 +
 t/Catmandu-Store.t                              |   3 +-
 t/Catmandu-Util.t                               | 362 +++++++++++++++++++++++-
 t/Catmandu.t                                    |  16 +-
 t/log4perl.conf                                 |  16 ++
 t/myfixes.fix                                   |   2 +-
 t/planets.csv                                   |   2 +-
 t/run.fix                                       |   4 +-
 t/russian.txt                                   |  11 +
 t/small.json                                    |   1 +
 t/small.yaml                                    |   3 +
 190 files changed, 2092 insertions(+), 710 deletions(-)


-- 
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