[libcatmandu-perl] 03/30: Merge branch 'dev' of github.com:LibreCat/Catmandu into dev

Jonas Smedegaard dr at jones.dk
Tue Dec 19 11:10:12 UTC 2017


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

js pushed a commit to annotated tag debian/1.0700-1
in repository libcatmandu-perl.

commit 854087c795cb48a90823d19837503bc0cecaf3ca
Merge: cc181f4 3d50d07
Author: Patrick Hochstenbach <patrick.hochstenbach at ugent.be>
Date:   Thu Oct 5 13:56:59 2017 +0200

    Merge branch 'dev' of github.com:LibreCat/Catmandu into dev

 Build.PL                                        |  2 +-
 Changes                                         |  9 +++++++
 lib/Catmandu.pm                                 |  2 +-
 lib/Catmandu/Addable.pm                         |  2 +-
 lib/Catmandu/ArrayIterator.pm                   |  2 +-
 lib/Catmandu/Bag.pm                             |  3 +--
 lib/Catmandu/Bag/IdGenerator.pm                 |  2 +-
 lib/Catmandu/Bag/IdGenerator/Mock.pm            |  2 +-
 lib/Catmandu/Bag/IdGenerator/UUID.pm            |  2 +-
 lib/Catmandu/Buffer.pm                          |  2 +-
 lib/Catmandu/CLI.pm                             |  2 +-
 lib/Catmandu/CQLSearchable.pm                   |  2 +-
 lib/Catmandu/Cmd.pm                             |  2 +-
 lib/Catmandu/Cmd/compile.pm                     |  2 +-
 lib/Catmandu/Cmd/config.pm                      |  2 +-
 lib/Catmandu/Cmd/convert.pm                     |  2 +-
 lib/Catmandu/Cmd/copy.pm                        |  2 +-
 lib/Catmandu/Cmd/count.pm                       |  2 +-
 lib/Catmandu/Cmd/delete.pm                      |  2 +-
 lib/Catmandu/Cmd/drop.pm                        |  2 +-
 lib/Catmandu/Cmd/export.pm                      |  2 +-
 lib/Catmandu/Cmd/help.pm                        |  2 +-
 lib/Catmandu/Cmd/import.pm                      |  2 +-
 lib/Catmandu/Cmd/info.pm                        |  2 +-
 lib/Catmandu/Cmd/run.pm                         |  2 +-
 lib/Catmandu/Cmd/touch.pm                       |  9 +++----
 lib/Catmandu/Counter.pm                         |  2 +-
 lib/Catmandu/Droppable.pm                       |  2 +-
 lib/Catmandu/Env.pm                             |  2 +-
 lib/Catmandu/Error.pm                           | 20 +++++++--------
 lib/Catmandu/Expander.pm                        |  2 +-
 lib/Catmandu/Exporter.pm                        |  2 +-
 lib/Catmandu/Exporter/CSV.pm                    |  2 +-
 lib/Catmandu/Exporter/Count.pm                  |  2 +-
 lib/Catmandu/Exporter/JSON.pm                   |  2 +-
 lib/Catmandu/Exporter/Mock.pm                   |  2 +-
 lib/Catmandu/Exporter/Multi.pm                  |  2 +-
 lib/Catmandu/Exporter/Null.pm                   |  2 +-
 lib/Catmandu/Exporter/TSV.pm                    |  2 +-
 lib/Catmandu/Exporter/Text.pm                   |  2 +-
 lib/Catmandu/Exporter/YAML.pm                   |  2 +-
 lib/Catmandu/FileBag.pm                         |  2 +-
 lib/Catmandu/FileBag/Index.pm                   |  2 +-
 lib/Catmandu/FileStore.pm                       |  2 +-
 lib/Catmandu/Fix.pm                             |  4 ++-
 lib/Catmandu/Fix/Base.pm                        |  2 +-
 lib/Catmandu/Fix/Bind.pm                        |  2 +-
 lib/Catmandu/Fix/Bind/Group.pm                  |  2 +-
 lib/Catmandu/Fix/Bind/benchmark.pm              |  2 +-
 lib/Catmandu/Fix/Bind/hashmap.pm                |  2 +-
 lib/Catmandu/Fix/Bind/identity.pm               |  2 +-
 lib/Catmandu/Fix/Bind/importer.pm               |  2 +-
 lib/Catmandu/Fix/Bind/iterate.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_array.pm          |  2 +-
 lib/Catmandu/Fix/Condition/is_false.pm          |  2 +-
 lib/Catmandu/Fix/Condition/is_null.pm           |  2 +-
 lib/Catmandu/Fix/Condition/is_number.pm         |  2 +-
 lib/Catmandu/Fix/Condition/is_object.pm         |  2 +-
 lib/Catmandu/Fix/Condition/is_string.pm         |  2 +-
 lib/Catmandu/Fix/Condition/is_true.pm           |  2 +-
 lib/Catmandu/Fix/Condition/less_than.pm         |  2 +-
 lib/Catmandu/Fix/Condition/valid.pm             |  2 +-
 lib/Catmandu/Fix/Has.pm                         |  2 +-
 lib/Catmandu/Fix/Inlineable.pm                  |  2 +-
 lib/Catmandu/Fix/Parser.pm                      |  2 +-
 lib/Catmandu/Fix/SimpleGetValue.pm              |  2 +-
 lib/Catmandu/Fix/add.pm                         | 27 ++++++++++++++++++++
 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                    |  2 +-
 lib/Catmandu/Fix/copy.pm                        | 27 ++++++++++++++++++++
 lib/Catmandu/Fix/copy_field.pm                  |  2 +-
 lib/Catmandu/Fix/count.pm                       |  2 +-
 lib/Catmandu/Fix/downcase.pm                    |  2 +-
 lib/Catmandu/Fix/error.pm                       |  2 +-
 lib/Catmandu/Fix/expand.pm                      |  2 +-
 lib/Catmandu/Fix/expand_date.pm                 |  2 +-
 lib/Catmandu/Fix/export_to_string.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/import_from_string.pm          |  2 +-
 lib/Catmandu/Fix/include.pm                     |  2 +-
 lib/Catmandu/Fix/index.pm                       |  2 +-
 lib/Catmandu/Fix/int.pm                         |  2 +-
 lib/Catmandu/Fix/join.pm                        | 27 ++++++++++++++++++++
 lib/Catmandu/Fix/join_field.pm                  |  2 +-
 lib/Catmandu/Fix/log.pm                         |  2 +-
 lib/Catmandu/Fix/lookup.pm                      |  2 +-
 lib/Catmandu/Fix/lookup_in_store.pm             |  2 +-
 lib/Catmandu/Fix/move.pm                        | 27 ++++++++++++++++++++
 lib/Catmandu/Fix/move_field.pm                  |  2 +-
 lib/Catmandu/Fix/nothing.pm                     |  2 +-
 lib/Catmandu/Fix/parse_text.pm                  |  2 +-
 lib/Catmandu/Fix/paste.pm                       |  2 +-
 lib/Catmandu/Fix/perlcode.pm                    |  2 +-
 lib/Catmandu/Fix/prepend.pm                     |  2 +-
 lib/Catmandu/Fix/random.pm                      |  2 +-
 lib/Catmandu/Fix/reject.pm                      |  2 +-
 lib/Catmandu/Fix/remove.pm                      | 27 ++++++++++++++++++++
 lib/Catmandu/Fix/remove_field.pm                |  2 +-
 lib/Catmandu/Fix/rename.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.pm                         | 27 ++++++++++++++++++++
 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.pm                        | 27 ++++++++++++++++++++
 lib/Catmandu/Fix/sort_field.pm                  |  2 +-
 lib/Catmandu/Fix/split.pm                       | 27 ++++++++++++++++++++
 lib/Catmandu/Fix/split_field.pm                 |  2 +-
 lib/Catmandu/Fix/string.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/uri_decode.pm                  |  2 +-
 lib/Catmandu/Fix/uri_encode.pm                  |  2 +-
 lib/Catmandu/Fix/vacuum.pm                      |  2 +-
 lib/Catmandu/Fixable.pm                         |  2 +-
 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                        |  8 +++---
 lib/Catmandu/Importer/CSV.pm                    |  2 +-
 lib/Catmandu/Importer/JSON.pm                   |  2 +-
 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/TSV.pm                    |  2 +-
 lib/Catmandu/Importer/Text.pm                   |  2 +-
 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                          |  2 +-
 lib/Catmandu/MultiIterator.pm                   |  2 +-
 lib/Catmandu/Paged.pm                           |  2 +-
 lib/Catmandu/Pluggable.pm                       |  2 +-
 lib/Catmandu/Plugin/Datestamps.pm               |  2 +-
 lib/Catmandu/Plugin/SideCar.pm                  |  2 +-
 lib/Catmandu/Plugin/Versioning.pm               |  2 +-
 lib/Catmandu/Sane.pm                            |  2 +-
 lib/Catmandu/Searchable.pm                      |  2 +-
 lib/Catmandu/Serializer.pm                      |  2 +-
 lib/Catmandu/Serializer/json.pm                 |  2 +-
 lib/Catmandu/Store.pm                           |  2 +-
 lib/Catmandu/Store/File/Memory.pm               |  2 +-
 lib/Catmandu/Store/File/Memory/Bag.pm           |  2 +-
 lib/Catmandu/Store/File/Memory/Index.pm         |  2 +-
 lib/Catmandu/Store/File/Multi.pm                |  2 +-
 lib/Catmandu/Store/File/Multi/Bag.pm            |  2 +-
 lib/Catmandu/Store/File/Multi/Index.pm          |  2 +-
 lib/Catmandu/Store/File/Simple.pm               |  2 +-
 lib/Catmandu/Store/File/Simple/Bag.pm           |  2 +-
 lib/Catmandu/Store/File/Simple/Index.pm         |  2 +-
 lib/Catmandu/Store/Hash.pm                      |  2 +-
 lib/Catmandu/Store/Hash/Bag.pm                  |  2 +-
 lib/Catmandu/Store/Multi.pm                     |  2 +-
 lib/Catmandu/Store/Multi/Bag.pm                 |  2 +-
 lib/Catmandu/TabularExporter.pm                 |  2 +-
 lib/Catmandu/Transactional.pm                   |  2 +-
 lib/Catmandu/Util.pm                            |  4 +--
 lib/Catmandu/Validator.pm                       |  2 +-
 lib/Catmandu/Validator/Simple.pm                |  2 +-
 t/Catmandu-Bag.t                                |  2 +-
 t/Catmandu-Cmd-touch.t                          |  2 +-
 t/Catmandu-Importer.t                           | 34 +++++++++++++------------
 202 files changed, 453 insertions(+), 226 deletions(-)

diff --cc Build.PL
index b345212,8828940..51a90ef
--- a/Build.PL
+++ b/Build.PL
@@@ -15,10 -15,10 +15,10 @@@ my %module_build_args = 
    },
    "dist_abstract" => "a data toolkit",
    "dist_author" => [
 -    "Nicolas Steenlant, C<< <nicolas.steenlant at ugent.be> >>"
 +    "Nicolas Steenlant <nicolas.steenlant\@ugent.be>"
    ],
    "dist_name" => "Catmandu",
-   "dist_version" => "1.0603",
+   "dist_version" => "1.0606",
    "license" => "perl",
    "module_name" => "Catmandu",
    "recommends" => {

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



More information about the Pkg-perl-cvs-commits mailing list