[libcatmandu-perl] 01/03: Merge tag 'upstream/1.0304'
Jonas Smedegaard
dr at jones.dk
Mon Dec 26 13:59:44 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libcatmandu-perl.
commit 4cdf027757074d3604f6f42dc6fd8f9fae269099
Merge: 30df1b7 71bdc95
Author: Jonas Smedegaard <dr at jones.dk>
Date: Mon Dec 26 13:58:59 2016 +0100
Merge tag 'upstream/1.0304'
Upstream version 1.0304
# gpg: Signature made Mon Dec 26 13:58:53 2016 CET
# gpg: using RSA key 2C7C3146C1A00121
# gpg: Good signature from "Jonas Smedegaard <dr at jones.dk>"
# gpg: aka "Jonas Smedegaard <jonas at homebase.dk>"
# gpg: aka "Jonas Smedegaard <js at debian.org>"
# gpg: aka "[jpeg image of size 4165]"
Build.PL | 19 +-
Changes | 86 +++++
MANIFEST | 31 +-
META.json | 40 +-
META.yml | 25 +-
README | 51 ++-
bin/catmandu | 98 +++--
cpanfile | 38 +-
lib/Catmandu.pm | 126 ++++---
lib/Catmandu/Addable.pm | 8 +-
lib/Catmandu/ArrayIterator.pm | 3 +-
lib/Catmandu/Bag.pm | 66 ++--
lib/Catmandu/Bag/IdGenerator.pm | 49 +++
lib/Catmandu/Bag/IdGenerator/Mock.pm | 25 ++
lib/Catmandu/Bag/IdGenerator/UUID.pm | 25 ++
lib/Catmandu/Buffer.pm | 6 +-
lib/Catmandu/CLI.pm | 99 ++---
lib/Catmandu/Cmd.pm | 61 ++-
lib/Catmandu/Cmd/compile.pm | 56 +++
lib/Catmandu/Cmd/config.pm | 16 +-
lib/Catmandu/Cmd/convert.pm | 26 +-
lib/Catmandu/Cmd/copy.pm | 35 +-
lib/Catmandu/Cmd/count.pm | 11 +-
lib/Catmandu/Cmd/data.pm | 66 ++--
lib/Catmandu/Cmd/delete.pm | 14 +-
lib/Catmandu/Cmd/drop.pm | 11 +-
lib/Catmandu/Cmd/export.pm | 38 +-
lib/Catmandu/Cmd/help.pm | 81 ++--
lib/Catmandu/Cmd/import.pm | 19 +-
lib/Catmandu/Cmd/info.pm | 55 ++-
lib/Catmandu/Cmd/run.pm | 35 +-
lib/Catmandu/Counter.pm | 13 +-
lib/Catmandu/Droppable.pm | 2 +-
lib/Catmandu/Env.pm | 109 +++---
lib/Catmandu/Error.pm | 56 +--
lib/Catmandu/Expander.pm | 4 +-
lib/Catmandu/Exporter.pm | 12 +-
lib/Catmandu/Exporter/CSV.pm | 42 ++-
lib/Catmandu/Exporter/Count.pm | 49 +++
lib/Catmandu/Exporter/JSON.pm | 38 +-
lib/Catmandu/Exporter/Mock.pm | 8 +-
lib/Catmandu/Exporter/Multi.pm | 25 +-
lib/Catmandu/Exporter/Null.pm | 4 +-
lib/Catmandu/Exporter/TSV.pm | 31 +-
lib/Catmandu/Exporter/Text.pm | 55 ++-
lib/Catmandu/Exporter/YAML.pm | 2 +-
lib/Catmandu/Fix.pm | 325 +++++++++-------
lib/Catmandu/Fix/Base.pm | 22 +-
lib/Catmandu/Fix/Bind.pm | 30 +-
lib/Catmandu/Fix/Bind/benchmark.pm | 54 +--
lib/Catmandu/Fix/Bind/hashmap.pm | 36 +-
lib/Catmandu/Fix/Bind/identity.pm | 2 +-
lib/Catmandu/Fix/Bind/importer.pm | 20 +-
lib/Catmandu/Fix/Bind/list.pm | 132 ++++---
lib/Catmandu/Fix/Bind/maybe.pm | 25 +-
lib/Catmandu/Fix/Bind/timeout.pm | 45 ++-
lib/Catmandu/Fix/Bind/visitor.pm | 50 +--
lib/Catmandu/Fix/Bind/with.pm | 36 +-
lib/Catmandu/Fix/Condition.pm | 113 +++++-
lib/Catmandu/Fix/Condition/SimpleAllTest.pm | 51 ++-
lib/Catmandu/Fix/Condition/SimpleAnyTest.pm | 36 +-
lib/Catmandu/Fix/Condition/SimpleCompareTest.pm | 76 ++--
lib/Catmandu/Fix/Condition/all_equal.pm | 2 +-
lib/Catmandu/Fix/Condition/all_match.pm | 4 +-
lib/Catmandu/Fix/Condition/any_equal.pm | 2 +-
lib/Catmandu/Fix/Condition/any_match.pm | 4 +-
lib/Catmandu/Fix/Condition/exists.pm | 48 ++-
lib/Catmandu/Fix/Condition/greater_than.pm | 2 +-
lib/Catmandu/Fix/Condition/in.pm | 2 +-
lib/Catmandu/Fix/Condition/is_array.pm | 40 ++
lib/Catmandu/Fix/Condition/is_false.pm | 21 +-
lib/Catmandu/Fix/Condition/is_null.pm | 40 ++
lib/Catmandu/Fix/Condition/is_number.pm | 40 ++
lib/Catmandu/Fix/Condition/is_object.pm | 40 ++
lib/Catmandu/Fix/Condition/is_string.pm | 40 ++
lib/Catmandu/Fix/Condition/is_true.pm | 21 +-
lib/Catmandu/Fix/Condition/less_than.pm | 2 +-
lib/Catmandu/Fix/Has.pm | 114 +++---
lib/Catmandu/Fix/{Base.pm => Inlineable.pm} | 50 ++-
lib/Catmandu/Fix/Parser.pm | 348 +++++++----------
lib/Catmandu/Fix/SimpleGetValue.pm | 23 +-
lib/Catmandu/Fix/add_field.pm | 16 +-
lib/Catmandu/Fix/add_to_exporter.pm | 10 +-
lib/Catmandu/Fix/add_to_store.pm | 69 +++-
lib/Catmandu/Fix/append.pm | 2 +-
lib/Catmandu/Fix/array.pm | 6 +-
lib/Catmandu/Fix/assoc.pm | 72 ++--
lib/Catmandu/Fix/capitalize.pm | 2 +-
lib/Catmandu/Fix/clone.pm | 2 +-
lib/Catmandu/Fix/code.pm | 16 +-
lib/Catmandu/Fix/collapse.pm | 8 +-
lib/Catmandu/Fix/copy_field.pm | 43 ++-
lib/Catmandu/Fix/count.pm | 13 +-
lib/Catmandu/Fix/downcase.pm | 2 +-
lib/Catmandu/Fix/expand.pm | 8 +-
lib/Catmandu/Fix/expand_date.pm | 12 +-
lib/Catmandu/Fix/filter.pm | 14 +-
lib/Catmandu/Fix/flatten.pm | 9 +-
lib/Catmandu/Fix/format.pm | 17 +-
lib/Catmandu/Fix/from_json.pm | 12 +-
lib/Catmandu/Fix/hash.pm | 6 +-
lib/Catmandu/Fix/import.pm | 77 ++--
lib/Catmandu/Fix/include.pm | 34 +-
lib/Catmandu/Fix/index.pm | 80 ++++
lib/Catmandu/Fix/join_field.pm | 12 +-
lib/Catmandu/Fix/log.pm | 44 ++-
lib/Catmandu/Fix/lookup.pm | 78 ++--
lib/Catmandu/Fix/lookup_in_store.pm | 83 +++--
lib/Catmandu/Fix/move_field.pm | 92 +++--
lib/Catmandu/Fix/nothing.pm | 2 +-
lib/Catmandu/Fix/parse_text.pm | 20 +-
lib/Catmandu/Fix/paste.pm | 48 ++-
lib/Catmandu/Fix/perlcode.pm | 13 +-
lib/Catmandu/Fix/prepend.pm | 2 +-
lib/Catmandu/Fix/random.pm | 53 +++
lib/Catmandu/Fix/reject.pm | 2 +-
lib/Catmandu/Fix/remove_field.pm | 18 +-
lib/Catmandu/Fix/replace_all.pm | 9 +-
lib/Catmandu/Fix/retain.pm | 54 ++-
lib/Catmandu/Fix/retain_field.pm | 18 +-
lib/Catmandu/Fix/reverse.pm | 10 +-
lib/Catmandu/Fix/set_array.pm | 24 +-
lib/Catmandu/Fix/set_field.pm | 18 +-
lib/Catmandu/Fix/set_hash.pm | 24 +-
lib/Catmandu/Fix/sleep.pm | 18 +-
lib/Catmandu/Fix/sort_field.pm | 32 +-
lib/Catmandu/Fix/split_field.pm | 6 +-
lib/Catmandu/Fix/substring.pm | 10 +-
lib/Catmandu/Fix/sum.pm | 9 +-
lib/Catmandu/Fix/to_json.pm | 13 +-
lib/Catmandu/Fix/trim.pm | 8 +-
lib/Catmandu/Fix/uniq.pm | 9 +-
lib/Catmandu/Fix/upcase.pm | 2 +-
lib/Catmandu/Fix/uri_decode.pm | 4 +-
lib/Catmandu/Fix/uri_encode.pm | 2 +-
lib/Catmandu/Fix/vacuum.pm | 95 +++--
lib/Catmandu/Fixable.pm | 9 +-
lib/Catmandu/Hits.pm | 19 +-
lib/Catmandu/IdGenerator.pm | 11 +-
lib/Catmandu/IdGenerator/Mock.pm | 30 +-
lib/Catmandu/IdGenerator/UUID.pm | 14 +-
lib/Catmandu/Importer.pm | 112 ++++--
lib/Catmandu/Importer/CSV.pm | 57 +--
lib/Catmandu/Importer/JSON.pm | 22 +-
lib/Catmandu/Importer/Mock.pm | 4 +-
lib/Catmandu/Importer/Modules.pm | 56 ++-
lib/Catmandu/Importer/Multi.pm | 27 +-
lib/Catmandu/Importer/Null.pm | 2 +-
lib/Catmandu/Importer/TSV.pm | 45 ++-
lib/Catmandu/Importer/Text.pm | 18 +-
lib/Catmandu/Importer/YAML.pm | 6 +-
lib/Catmandu/Interactive.pm | 126 ++++---
lib/Catmandu/Introduction.pod | 47 ++-
lib/Catmandu/Iterable.pm | 363 ++++++++++--------
lib/Catmandu/Iterator.pm | 2 +-
lib/Catmandu/Logger.pm | 50 ++-
lib/Catmandu/MultiIterator.pm | 4 +-
lib/Catmandu/Paged.pm | 107 +++---
lib/Catmandu/Pluggable.pm | 21 +-
lib/Catmandu/Plugin/Datestamps.pm | 2 +-
lib/Catmandu/Plugin/Versioning.pm | 138 ++++---
lib/Catmandu/Sane.pm | 8 +-
lib/Catmandu/Searchable.pm | 14 +-
lib/Catmandu/Serializer.pm | 13 +-
lib/Catmandu/Serializer/json.pm | 8 +-
lib/Catmandu/Store.pm | 90 +++--
lib/Catmandu/Store/Hash.pm | 15 +-
lib/Catmandu/Store/Hash/Bag.pm | 19 +-
lib/Catmandu/Store/Multi.pm | 25 +-
lib/Catmandu/Store/Multi/Bag.pm | 2 +-
lib/Catmandu/TabularExporter.pm | 33 +-
lib/Catmandu/Transactional.pm | 2 +-
lib/Catmandu/Util.pm | 389 ++++++++++---------
lib/Catmandu/Validator.pm | 63 ++--
lib/Catmandu/Validator/Simple.pm | 8 +-
t/Catmandu-Addable.t | 32 +-
t/Catmandu-ArrayIterator.t | 29 +-
t/Catmandu-Bag.t | 123 +++++--
t/Catmandu-Buffer.t | 10 +-
t/Catmandu-CLI.t | 84 +++--
t/Catmandu-Cmd-compile.t | 26 ++
t/Catmandu-Cmd-config.t | 20 +-
t/Catmandu-Cmd-convert.t | 18 +-
t/Catmandu-Cmd-copy.t | 7 +-
t/Catmandu-Cmd-count.t | 7 +-
t/Catmandu-Cmd-data.t | 57 +--
t/Catmandu-Cmd-delete.t | 7 +-
t/Catmandu-Cmd-export.t | 17 +-
t/Catmandu-Cmd-help.t | 19 +-
t/Catmandu-Cmd-import.t | 10 +-
t/Catmandu-Cmd-info.t | 31 +-
t/Catmandu-Cmd-run.t | 12 +-
t/Catmandu-Cmd.t | 51 +--
t/Catmandu-Counter.t | 2 +
t/Catmandu-Env.t | 22 +-
t/Catmandu-Error.t | 22 +-
t/Catmandu-Exporter-CSV.t | 18 +-
...u-Exporter-Null.t => Catmandu-Exporter-Count.t} | 15 +-
t/Catmandu-Exporter-JSON.t | 15 +-
t/Catmandu-Exporter-Mock.t | 21 +-
t/Catmandu-Exporter-Multi.t | 24 +-
t/Catmandu-Exporter-Null.t | 13 +-
t/Catmandu-Exporter-TSV.t | 18 +-
t/Catmandu-Exporter-Text.t | 20 +-
t/Catmandu-Exporter-YAML.t | 6 +-
t/Catmandu-Exporter.t | 9 +-
t/Catmandu-Fix-Base.t | 5 +-
t/Catmandu-Fix-Bind-benchmark.t | 52 +--
t/Catmandu-Fix-Bind-hashmap.t | 117 +++---
t/Catmandu-Fix-Bind-identity.t | 58 +--
t/Catmandu-Fix-Bind-importer.t | 33 +-
t/Catmandu-Fix-Bind-list.t | 63 ++--
t/Catmandu-Fix-Bind-maybe.t | 43 ++-
t/Catmandu-Fix-Bind-timeout.t | 62 ++--
t/Catmandu-Fix-Bind-visitor.t | 39 +-
t/Catmandu-Fix-Bind-with.t | 59 +--
t/Catmandu-Fix-Bind.t | 3 +-
t/Catmandu-Fix-Condition-all_equal.t | 22 +-
t/Catmandu-Fix-Condition-all_match.t | 36 +-
t/Catmandu-Fix-Condition-any_equal.t | 22 +-
t/Catmandu-Fix-Condition-any_match.t | 41 +--
t/Catmandu-Fix-Condition-exists.t | 9 +-
t/Catmandu-Fix-Condition-greater_than.t | 23 +-
t/Catmandu-Fix-Condition-in.t | 79 ++--
t/Catmandu-Fix-Condition-is_array.t | 31 ++
t/Catmandu-Fix-Condition-is_false.t | 46 ++-
t/Catmandu-Fix-Condition-is_null.t | 29 ++
t/Catmandu-Fix-Condition-is_number.t | 37 ++
t/Catmandu-Fix-Condition-is_object.t | 32 ++
t/Catmandu-Fix-Condition-is_string.t | 37 ++
t/Catmandu-Fix-Condition-is_true.t | 46 ++-
t/Catmandu-Fix-Condition-less_than.t | 23 +-
t/Catmandu-Fix-Condition.t | 87 ++---
t/Catmandu-Fix-Inlineable.t | 42 +++
t/Catmandu-Fix-Parser.t | 130 +++----
t/Catmandu-Fix-add_field.t | 20 +-
t/Catmandu-Fix-add_to_exporter.t | 9 +-
t/Catmandu-Fix-add_to_store.t | 5 +-
t/Catmandu-Fix-append.t | 9 +-
t/Catmandu-Fix-array.t | 9 +-
t/Catmandu-Fix-assoc.t | 28 +-
t/Catmandu-Fix-capitalize.t | 9 +-
t/Catmandu-Fix-clone.t | 3 +-
t/Catmandu-Fix-code.t | 12 +-
t/Catmandu-Fix-collapse.t | 14 +-
t/Catmandu-Fix-copy_field.t | 19 +-
t/Catmandu-Fix-count.t | 13 +-
t/Catmandu-Fix-downcase.t | 9 +-
t/Catmandu-Fix-expand.t | 19 +-
t/Catmandu-Fix-expand_date.t | 13 +-
t/Catmandu-Fix-filter.t | 15 +-
t/Catmandu-Fix-flatten.t | 4 +-
t/Catmandu-Fix-format.t | 23 +-
t/Catmandu-Fix-from_json.t | 18 +-
t/Catmandu-Fix-hash.t | 9 +-
t/Catmandu-Fix-include.t | 20 +-
t/Catmandu-Fix-index.t | 32 ++
t/Catmandu-Fix-join_field.t | 36 +-
t/Catmandu-Fix-log.t | 1 +
t/Catmandu-Fix-lookup.t | 35 +-
t/Catmandu-Fix-lookup_in_store.t | 31 +-
t/Catmandu-Fix-move_field.t | 18 +-
t/Catmandu-Fix-nothing.t | 1 +
t/Catmandu-Fix-parse_text.t | 19 +-
t/Catmandu-Fix-paste.t | 20 +-
t/Catmandu-Fix-perlcode.t | 15 +-
t/Catmandu-Fix-prepend.t | 11 +-
t/Catmandu-Fix-random.t | 33 ++
t/Catmandu-Fix-reject.t | 1 +
t/Catmandu-Fix-remove_field.t | 15 +-
t/Catmandu-Fix-replace_all.t | 15 +-
t/Catmandu-Fix-retain.t | 15 +-
t/Catmandu-Fix-retain_field.t | 10 +-
t/Catmandu-Fix-reverse.t | 13 +-
t/Catmandu-Fix-set_array.t | 26 +-
t/Catmandu-Fix-set_field.t | 22 +-
t/Catmandu-Fix-set_hash.t | 29 +-
t/Catmandu-Fix-sleep.t | 7 +-
t/Catmandu-Fix-sort_field.t | 73 ++--
t/Catmandu-Fix-split_field.t | 17 +-
t/Catmandu-Fix-substring.t | 20 +-
t/Catmandu-Fix-sum.t | 20 +-
t/Catmandu-Fix-to_json.t | 17 +-
t/Catmandu-Fix-trim.t | 52 +--
t/Catmandu-Fix-uniq.t | 6 +-
t/Catmandu-Fix-upcase.t | 12 +-
t/Catmandu-Fix-uri_decode.t | 13 +-
t/Catmandu-Fix-uri_encode.t | 14 +-
t/Catmandu-Fix-uri_encode_decode.t | 14 +-
t/Catmandu-Fix-vacuum.t | 33 +-
t/Catmandu-Fix.t | 189 +++++++---
t/Catmandu-Fixable.t | 1 +
t/Catmandu-Hits.t | 40 +-
t/Catmandu-IdGenerator-Mock.t | 15 +-
t/Catmandu-IdGenerator-UUID.t | 1 +
t/Catmandu-IdGenerator.t | 8 +-
t/Catmandu-Importer-CSV.t | 16 +-
t/Catmandu-Importer-JSON.t | 7 +-
t/Catmandu-Importer-Mock.t | 7 +-
t/Catmandu-Importer-Modules.t | 41 ++-
t/Catmandu-Importer-Multi.t | 17 +-
t/Catmandu-Importer-TSV.t | 22 +-
t/Catmandu-Importer-Text.t | 64 ++--
t/Catmandu-Importer-YAML.t | 11 +-
t/Catmandu-Importer.t | 150 +++++---
t/Catmandu-Interactive.t | 77 ++--
t/Catmandu-Iterable.t | 145 ++++----
t/Catmandu-Iterator.t | 5 +-
t/Catmandu-MultiIterator.t | 7 +-
t/Catmandu-Paged.t | 97 ++---
t/Catmandu-Pluggable.t | 7 +-
t/Catmandu-Plugin-Datestamps.t | 30 +-
t/Catmandu-Plugin-Versioning.t | 111 ++++--
t/Catmandu-Sane.t | 1 +
t/Catmandu-Searchable.t | 23 +-
t/Catmandu-Serializer.t | 2 +
t/Catmandu-Store-Hash.t | 50 ++-
t/Catmandu-Store-Multi.t | 10 +-
t/Catmandu-Store.t | 18 +-
t/Catmandu-Util.t | 410 +++++++++++++--------
t/Catmandu-Validator-Simple.t | 12 +-
t/Catmandu-Validator.t | 108 +++---
t/Catmandu.t | 56 +--
t/{fix-level-1.txt => fix-level-1.fix} | 2 +-
t/{fix-level-2.txt => fix-level-2.fix} | 2 +-
t/{fix-level-3.txt => fix-level-3.fix} | 0
t/lib/Catmandu/Fix/undef_error.pm | 4 +-
t/lib/Catmandu/Importer/Values.pm | 6 +-
t/release-perltidy.t | 19 +
t/script.pl | 5 +-
t/variables.fix | 13 +
331 files changed, 7201 insertions(+), 4663 deletions(-)
--
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