[libcatmandu-perl] 01/16: Updated version 1.0606 from 'upstream/1.0606'
Jonas Smedegaard
dr at jones.dk
Sun Oct 1 13:19:46 UTC 2017
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libcatmandu-perl.
commit 2b0276b01bad5f9e8e59a24c626edf1280da5753
Merge: 3b4eb02 4c91b32
Author: Jonas Smedegaard <dr at jones.dk>
Date: Sun Oct 1 14:17:11 2017 +0200
Updated version 1.0606 from 'upstream/1.0606'
with Debian dir de1cf046f2714fcf7e996b584027488253cd1b2a
.gitignore | 1 -
Build.PL | 13 +-
Changes | 90 +++++++
LICENSE | 6 +-
MANIFEST | 73 +++++-
META.json | 22 +-
META.yml | 16 +-
README | 105 +++++++-
bin/catmandu | 51 +---
cpanfile | 13 +-
lib/Catmandu.pm | 194 ++++++++++++--
lib/Catmandu/Addable.pm | 6 +-
lib/Catmandu/ArrayIterator.pm | 2 +-
lib/Catmandu/Bag.pm | 50 +++-
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 | 3 +-
lib/Catmandu/CQLSearchable.pm | 79 ++++++
lib/Catmandu/Cmd.pm | 37 +--
lib/Catmandu/Cmd/compile.pm | 2 +-
lib/Catmandu/Cmd/config.pm | 49 ++--
lib/Catmandu/Cmd/convert.pm | 2 +-
lib/Catmandu/Cmd/copy.pm | 52 ++--
lib/Catmandu/Cmd/count.pm | 4 +-
lib/Catmandu/Cmd/data.pm | 139 ----------
lib/Catmandu/Cmd/delete.pm | 2 +-
lib/Catmandu/Cmd/drop.pm | 2 +-
lib/Catmandu/Cmd/export.pm | 41 +--
lib/Catmandu/Cmd/help.pm | 2 +-
lib/Catmandu/Cmd/import.pm | 44 ++--
lib/Catmandu/Cmd/info.pm | 46 ++--
lib/Catmandu/Cmd/run.pm | 2 +-
lib/Catmandu/Cmd/stream.pm | 134 ++++++++++
lib/Catmandu/Cmd/touch.pm | 42 +++
lib/Catmandu/Counter.pm | 2 +-
lib/Catmandu/Droppable.pm | 2 +-
lib/Catmandu/Env.pm | 8 +-
lib/Catmandu/Error.pm | 20 +-
lib/Catmandu/Expander.pm | 2 +-
lib/Catmandu/Exporter.pm | 33 ++-
lib/Catmandu/Exporter/CSV.pm | 8 +-
lib/Catmandu/Exporter/Count.pm | 2 +-
lib/Catmandu/Exporter/JSON.pm | 9 +-
lib/Catmandu/Exporter/Mock.pm | 8 +-
lib/Catmandu/Exporter/Multi.pm | 2 +-
lib/Catmandu/Exporter/Null.pm | 2 +-
lib/Catmandu/Exporter/TSV.pm | 13 +-
lib/Catmandu/Exporter/Text.pm | 12 +-
lib/Catmandu/Exporter/YAML.pm | 10 +-
lib/Catmandu/FileBag.pm | 116 ++++++++
lib/Catmandu/FileBag/Index.pm | 75 ++++++
lib/Catmandu/FileStore.pm | 227 ++++++++++++++++
lib/Catmandu/Fix.pm | 134 ++++++----
lib/Catmandu/Fix/Base.pm | 7 +-
lib/Catmandu/Fix/Bind.pm | 128 +++++++--
lib/Catmandu/Fix/Bind/Group.pm | 47 ++++
lib/Catmandu/Fix/Bind/benchmark.pm | 2 +-
lib/Catmandu/Fix/Bind/hashmap.pm | 21 +-
lib/Catmandu/Fix/Bind/identity.pm | 6 +-
lib/Catmandu/Fix/Bind/importer.pm | 35 +--
lib/Catmandu/Fix/Bind/iterate.pm | 95 +++++++
lib/Catmandu/Fix/Bind/list.pm | 93 ++-----
lib/Catmandu/Fix/Bind/maybe.pm | 2 +-
lib/Catmandu/Fix/Bind/timeout.pm | 2 +-
lib/Catmandu/Fix/Bind/visitor.pm | 14 +-
lib/Catmandu/Fix/Bind/with.pm | 100 +++----
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 | 7 +-
lib/Catmandu/Fix/Condition/any_equal.pm | 2 +-
lib/Catmandu/Fix/Condition/any_match.pm | 9 +-
lib/Catmandu/Fix/Condition/exists.pm | 4 +-
lib/Catmandu/Fix/Condition/greater_than.pm | 4 +-
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 | 54 ++++
lib/Catmandu/Fix/Has.pm | 2 +-
lib/Catmandu/Fix/Inlineable.pm | 34 ++-
lib/Catmandu/Fix/Parser.pm | 189 +++++++++----
lib/Catmandu/Fix/SimpleGetValue.pm | 2 +-
lib/Catmandu/Fix/add.pm | 27 ++
lib/Catmandu/Fix/add_field.pm | 14 +-
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/compact.pm | 51 ++++
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 | 41 +++
lib/Catmandu/Fix/expand.pm | 2 +-
lib/Catmandu/Fix/expand_date.pm | 2 +-
lib/Catmandu/Fix/export_to_string.pm | 91 +++++++
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 | 86 ++++++
lib/Catmandu/Fix/include.pm | 2 +-
lib/Catmandu/Fix/index.pm | 2 +-
lib/Catmandu/Fix/int.pm | 75 ++++++
lib/Catmandu/Fix/join.pm | 27 ++
lib/Catmandu/Fix/join_field.pm | 2 +-
lib/Catmandu/Fix/log.pm | 2 +-
lib/Catmandu/Fix/lookup.pm | 33 ++-
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 | 69 +++++
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/search_in_store.pm | 182 +++++++++++++
lib/Catmandu/Fix/set.pm | 27 ++
lib/Catmandu/Fix/set_array.pm | 2 +-
lib/Catmandu/Fix/set_field.pm | 16 +-
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 | 67 +++++
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 | 43 ++-
lib/Catmandu/Importer/CSV.pm | 2 +-
lib/Catmandu/Importer/JSON.pm | 2 +-
lib/Catmandu/Importer/Mock.pm | 6 +-
lib/Catmandu/Importer/Modules.pm | 41 ++-
lib/Catmandu/Importer/Multi.pm | 2 +-
lib/Catmandu/Importer/Null.pm | 2 +-
lib/Catmandu/Importer/TSV.pm | 2 +-
lib/Catmandu/Importer/Text.pm | 12 +-
lib/Catmandu/Importer/YAML.pm | 8 +-
lib/Catmandu/Interactive.pm | 2 +-
lib/Catmandu/Iterable.pm | 26 +-
lib/Catmandu/Iterator.pm | 2 +-
lib/Catmandu/Logger.pm | 29 +-
lib/Catmandu/MultiIterator.pm | 2 +-
lib/Catmandu/Paged.pm | 2 +-
lib/Catmandu/Pluggable.pm | 2 +-
lib/Catmandu/Plugin/Datestamps.pm | 73 +++++-
lib/Catmandu/Plugin/SideCar.pm | 289 ++++++++++++++++++++
lib/Catmandu/Plugin/Versioning.pm | 31 ++-
lib/Catmandu/Sane.pm | 2 +-
lib/Catmandu/Searchable.pm | 40 +--
lib/Catmandu/Serializer.pm | 2 +-
lib/Catmandu/Serializer/json.pm | 2 +-
lib/Catmandu/Store.pm | 90 ++++---
lib/Catmandu/Store/File/Memory.pm | 112 ++++++++
lib/Catmandu/Store/File/Memory/Bag.pm | 224 ++++++++++++++++
lib/Catmandu/Store/File/Memory/Index.pm | 214 +++++++++++++++
lib/Catmandu/Store/File/Multi.pm | 192 ++++++++++++++
lib/Catmandu/Store/File/Multi/Bag.pm | 126 +++++++++
lib/Catmandu/Store/File/Multi/Index.pm | 95 +++++++
lib/Catmandu/Store/File/Simple.pm | 216 +++++++++++++++
lib/Catmandu/Store/File/Simple/Bag.pm | 292 +++++++++++++++++++++
lib/Catmandu/Store/File/Simple/Index.pm | 279 ++++++++++++++++++++
lib/Catmandu/Store/Hash.pm | 31 ++-
lib/Catmandu/Store/Hash/Bag.pm | 2 +-
lib/Catmandu/Store/Multi.pm | 111 +++++++-
lib/Catmandu/Store/Multi/Bag.pm | 70 ++++-
lib/Catmandu/TabularExporter.pm | 2 +-
lib/Catmandu/Transactional.pm | 2 +-
lib/Catmandu/Util.pm | 246 ++++++++---------
lib/Catmandu/Validator.pm | 2 +-
lib/Catmandu/Validator/Simple.pm | 2 +-
misc/vim/syntax/catmandu-fix.vim | 20 ++
t/Catmandu-Bag.t | 23 +-
...mandu-Searchable.t => Catmandu-CQLSearchable.t} | 18 +-
t/Catmandu-Cmd-config.t | 7 +
t/Catmandu-Cmd-data.t | 83 ------
t/Catmandu-Cmd-stream.t | 51 ++++
t/Catmandu-Cmd-touch.t | 22 ++
t/Catmandu-FileBag-Index.t | 16 ++
t/Catmandu-FileBag.t | 16 ++
t/Catmandu-FileStore.t | 16 ++
t/Catmandu-Fix-Base.t | 7 +-
t/Catmandu-Fix-Bind-Group.t | 16 ++
t/Catmandu-Fix-Bind-hashmap.t | 4 -
t/Catmandu-Fix-Bind-identity.t | 2 +-
...Bind-identity.t => Catmandu-Fix-Bind-iterate.t} | 49 ++--
t/Catmandu-Fix-Condition-valid.t | 32 +++
t/Catmandu-Fix-Parser.t | 83 +++++-
t/Catmandu-Fix-add_field.t | 4 +-
t/Catmandu-Fix-compact.t | 17 ++
t/Catmandu-Fix-error.t | 18 ++
t/Catmandu-Fix-export_to_string.t | 48 ++++
t/Catmandu-Fix-import_from_string.t | 50 ++++
t/Catmandu-Fix-int.t | 30 +++
t/Catmandu-Fix-perlcode.t | 4 +-
t/Catmandu-Fix-rename.t | 19 ++
t/Catmandu-Fix-search_in_store.t | 249 ++++++++++++++++++
t/Catmandu-Fix-set_field.t | 4 +-
t/Catmandu-Fix-string.t | 24 ++
t/Catmandu-Importer.t | 68 ++++-
t/Catmandu-Iterable.t | 10 +
t/Catmandu-Plugin-Datestamps.t | 68 ++++-
t/Catmandu-Plugin-SideCar.t | 152 +++++++++++
t/Catmandu-Plugin-Versioning.t | 7 +
t/Catmandu-Searchable.t | 24 +-
t/Catmandu-Store-File-Memory-Bag.t | 92 +++++++
t/Catmandu-Store-File-Memory-Index.t | 71 +++++
t/Catmandu-Store-File-Memory.t | 34 +++
t/Catmandu-Store-File-Multi-Bag.t | 16 ++
t/Catmandu-Store-File-Multi-Index.t | 16 ++
t/Catmandu-Store-File-Multi.t | 94 +++++++
t/Catmandu-Store-File-Simple-Bag.t | 102 +++++++
t/Catmandu-Store-File-Simple-Index.t | 88 +++++++
t/Catmandu-Store-File-Simple.t | 47 ++++
t/Catmandu-Store-Multi-Bag.t | 16 ++
t/Catmandu-Store-Multi.t | 59 +++--
t/Catmandu-Store.t | 56 +++-
t/Catmandu.t | 20 ++
t/author-pod-syntax.t | 4 +-
t/data2/000/000/001/test.txt | 1 +
t/data2/000/000/002/test.pdf | Bin 0 -> 388153 bytes
t/data2/000/000/002/test.txt | 1 +
t/data2/000/000/003/test.txt | 1 +
t/release-perltidy.t | 4 +-
travis_test.sh | 29 ++
265 files changed, 7533 insertions(+), 1370 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