[libcatmandu-perl] 01/03: Merge tag 'upstream/0.9504'

Jonas Smedegaard dr at jones.dk
Mon Nov 9 10:02:59 UTC 2015


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

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

commit dccfdaf12ec5d623711ed6396fca1405a9472ded
Merge: b835077 9b0640b
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Nov 9 10:30:48 2015 +0100

    Merge tag 'upstream/0.9504'
    
    Upstream version 0.9504
    
    # gpg: Underskrift lavet man 09 nov 2015 10:30:43 CET
    # gpg:                bruger RSA nøgle 0x2C7C3146C1A00121
    # gpg: God underskrift fra »Jonas Smedegaard <dr at jones.dk>«
    # gpg:        også kendt som »Jonas Smedegaard <jonas at homebase.dk>«
    # gpg:        også kendt som »Jonas Smedegaard <js at debian.org>«
    # gpg:        også kendt som »[jpeg image of size 4165]«

 Build.PL                                        |   6 +-
 Changes                                         |   7 +
 Dockerfile                                      |  29 ---
 MANIFEST                                        |   5 +-
 META.json                                       |  14 +-
 META.yml                                        |  14 +-
 cpanfile                                        |   2 +-
 lib/Catmandu.pm                                 | 306 +++++++++++-------------
 lib/Catmandu/Addable.pm                         | 135 ++++++-----
 lib/Catmandu/ArrayIterator.pm                   |   9 +-
 lib/Catmandu/Bag.pm                             |   7 +
 lib/Catmandu/Buffer.pm                          |  65 ++---
 lib/Catmandu/CLI.pm                             |  27 ++-
 lib/Catmandu/Cmd.pm                             |  78 +++---
 lib/Catmandu/Cmd/config.pm                      |   8 +-
 lib/Catmandu/Cmd/convert.pm                     |   7 +
 lib/Catmandu/Cmd/count.pm                       |   8 +
 lib/Catmandu/Cmd/data.pm                        |  10 +
 lib/Catmandu/Cmd/delete.pm                      |   7 +
 lib/Catmandu/Cmd/export.pm                      |   7 +
 lib/Catmandu/Cmd/help.pm                        |  11 +-
 lib/Catmandu/Cmd/import.pm                      |   7 +
 lib/Catmandu/Cmd/info.pm                        |   9 +-
 lib/Catmandu/Cmd/move.pm                        |   7 +
 lib/Catmandu/Cmd/run.pm                         |   7 +
 lib/Catmandu/Counter.pm                         |  47 ++--
 lib/Catmandu/Env.pm                             |  80 ++++---
 lib/Catmandu/Error.pm                           |  39 ++-
 lib/Catmandu/Exporter.pm                        |   8 +-
 lib/Catmandu/Exporter/CSV.pm                    |   6 +
 lib/Catmandu/Exporter/JSON.pm                   |   6 +
 lib/Catmandu/Exporter/Multi.pm                  |   6 +
 lib/Catmandu/Exporter/Null.pm                   |   6 +
 lib/Catmandu/Exporter/Text.pm                   |   6 +
 lib/Catmandu/Exporter/YAML.pm                   |   6 +
 lib/Catmandu/Fix.pm                             |  12 +-
 lib/Catmandu/Fix/Base.pm                        |  57 +++--
 lib/Catmandu/Fix/Bind.pm                        |  18 +-
 lib/Catmandu/Fix/Bind/benchmark.pm              |  72 +++---
 lib/Catmandu/Fix/Bind/hashmap.pm                |  30 ++-
 lib/Catmandu/Fix/Bind/identity.pm               |  13 +-
 lib/Catmandu/Fix/Bind/importer.pm               |  13 +-
 lib/Catmandu/Fix/Bind/list.pm                   |  16 +-
 lib/Catmandu/Fix/Bind/maybe.pm                  |  79 +++---
 lib/Catmandu/Fix/Bind/timeout.pm                |  21 +-
 lib/Catmandu/Fix/Bind/visitor.pm                |  15 +-
 lib/Catmandu/Fix/Bind/with.pm                   |  16 +-
 lib/Catmandu/Fix/Condition.pm                   |  28 ++-
 lib/Catmandu/Fix/Condition/SimpleAllTest.pm     |  94 ++++----
 lib/Catmandu/Fix/Condition/SimpleAnyTest.pm     |  76 +++---
 lib/Catmandu/Fix/Condition/SimpleCompareTest.pm |  76 +++---
 lib/Catmandu/Fix/Condition/all_equal.pm         |  42 ++--
 lib/Catmandu/Fix/Condition/all_match.pm         |  12 +-
 lib/Catmandu/Fix/Condition/any_equal.pm         |  42 ++--
 lib/Catmandu/Fix/Condition/any_match.pm         |  12 +-
 lib/Catmandu/Fix/Condition/exists.pm            |  12 +-
 lib/Catmandu/Fix/Condition/greater_than.pm      |  42 ++--
 lib/Catmandu/Fix/Condition/in.pm                |  16 +-
 lib/Catmandu/Fix/Condition/is_false.pm          |  12 +-
 lib/Catmandu/Fix/Condition/is_true.pm           |  12 +-
 lib/Catmandu/Fix/Condition/less_than.pm         |  42 ++--
 lib/Catmandu/Fix/Has.pm                         | 152 ++++++------
 lib/Catmandu/Fix/Parser.pm                      | 143 +++++------
 lib/Catmandu/Fix/SimpleGetValue.pm              |  28 ++-
 lib/Catmandu/Fix/add_field.pm                   |  12 +-
 lib/Catmandu/Fix/add_to_exporter.pm             |  12 +-
 lib/Catmandu/Fix/add_to_store.pm                |  11 +-
 lib/Catmandu/Fix/append.pm                      |  12 +-
 lib/Catmandu/Fix/array.pm                       |   7 +
 lib/Catmandu/Fix/assoc.pm                       |  12 +-
 lib/Catmandu/Fix/capitalize.pm                  |  12 +-
 lib/Catmandu/Fix/clone.pm                       |  12 +-
 lib/Catmandu/Fix/code.pm                        |   6 +
 lib/Catmandu/Fix/collapse.pm                    |  40 ++--
 lib/Catmandu/Fix/copy_field.pm                  |  12 +-
 lib/Catmandu/Fix/count.pm                       |  12 +-
 lib/Catmandu/Fix/downcase.pm                    |  12 +-
 lib/Catmandu/Fix/expand.pm                      |  32 ++-
 lib/Catmandu/Fix/expand_date.pm                 |   8 +
 lib/Catmandu/Fix/filter.pm                      |  12 +-
 lib/Catmandu/Fix/flatten.pm                     |  12 +-
 lib/Catmandu/Fix/format.pm                      |  12 +-
 lib/Catmandu/Fix/from_json.pm                   |  12 +-
 lib/Catmandu/Fix/hash.pm                        |   7 +
 lib/Catmandu/Fix/import.pm                      |  12 +-
 lib/Catmandu/Fix/include.pm                     |  25 +-
 lib/Catmandu/Fix/join_field.pm                  |  12 +-
 lib/Catmandu/Fix/log.pm                         |  53 ++--
 lib/Catmandu/Fix/lookup.pm                      |  15 +-
 lib/Catmandu/Fix/lookup_in_store.pm             |  20 +-
 lib/Catmandu/Fix/move_field.pm                  |  12 +-
 lib/Catmandu/Fix/nothing.pm                     |  12 +-
 lib/Catmandu/Fix/parse_text.pm                  |  52 ++--
 lib/Catmandu/Fix/perlcode.pm                    |  11 +-
 lib/Catmandu/Fix/prepend.pm                     |  12 +-
 lib/Catmandu/Fix/reject.pm                      |  33 ++-
 lib/Catmandu/Fix/remove_field.pm                |  12 +-
 lib/Catmandu/Fix/replace_all.pm                 |  12 +-
 lib/Catmandu/Fix/retain.pm                      |  12 +-
 lib/Catmandu/Fix/retain_field.pm                |  12 +-
 lib/Catmandu/Fix/reverse.pm                     |  14 +-
 lib/Catmandu/Fix/set_array.pm                   |  16 +-
 lib/Catmandu/Fix/set_field.pm                   |  12 +-
 lib/Catmandu/Fix/set_hash.pm                    |  16 +-
 lib/Catmandu/Fix/sleep.pm                       |  12 +-
 lib/Catmandu/Fix/sort_field.pm                  |  12 +-
 lib/Catmandu/Fix/split_field.pm                 |  12 +-
 lib/Catmandu/Fix/substring.pm                   |  12 +-
 lib/Catmandu/Fix/sum.pm                         |  13 +-
 lib/Catmandu/Fix/to_json.pm                     |  12 +-
 lib/Catmandu/Fix/trim.pm                        |  12 +-
 lib/Catmandu/Fix/uniq.pm                        |  12 +-
 lib/Catmandu/Fix/upcase.pm                      |  12 +-
 lib/Catmandu/Fix/vacuum.pm                      |  30 ++-
 lib/Catmandu/Fixable.pm                         |   8 +-
 lib/Catmandu/Hits.pm                            |  17 +-
 lib/Catmandu/IdGenerator.pm                     |  22 +-
 lib/Catmandu/IdGenerator/Mock.pm                |  45 ++--
 lib/Catmandu/IdGenerator/UUID.pm                |  41 ++--
 lib/Catmandu/Importer.pm                        |  13 +-
 lib/Catmandu/Importer/CSV.pm                    |   6 +
 lib/Catmandu/Importer/JSON.pm                   |   6 +
 lib/Catmandu/Importer/Mock.pm                   |   6 +
 lib/Catmandu/Importer/Modules.pm                |   6 +
 lib/Catmandu/Importer/Multi.pm                  |   6 +
 lib/Catmandu/Importer/Null.pm                   |   8 +-
 lib/Catmandu/Importer/Text.pm                   |   6 +
 lib/Catmandu/Importer/YAML.pm                   |   6 +
 lib/Catmandu/Interactive.pm                     |  30 ++-
 lib/Catmandu/Introduction.pod                   |  38 +--
 lib/Catmandu/Iterable.pm                        |   8 +-
 lib/Catmandu/Iterator.pm                        |  39 +--
 lib/Catmandu/Logger.pm                          |  39 +--
 lib/Catmandu/MultiIterator.pm                   |   9 +-
 lib/Catmandu/Paged.pm                           | 215 +++++++++--------
 lib/Catmandu/Pluggable.pm                       |  55 +++--
 lib/Catmandu/Plugin/Datestamps.pm               |  13 +-
 lib/Catmandu/Plugin/Versioning.pm               |  13 +-
 lib/Catmandu/Sane.pm                            |   7 +
 lib/Catmandu/Searchable.pm                      |   9 +-
 lib/Catmandu/Serializer.pm                      |  10 +-
 lib/Catmandu/Serializer/json.pm                 |  36 +--
 lib/Catmandu/Store.pm                           |   9 +-
 lib/Catmandu/Store/Hash.pm                      |  11 +-
 lib/Catmandu/Store/Hash/Bag.pm                  |  14 +-
 lib/Catmandu/Store/Multi.pm                     |   9 +-
 lib/Catmandu/Store/Multi/Bag.pm                 |  14 +-
 lib/Catmandu/Util.pm                            |   9 +-
 lib/Catmandu/Validator.pm                       |  12 +-
 lib/Catmandu/Validator/Simple.pm                |  14 +-
 t/Catmandu-Util.t                               |  14 +-
 t/{release-pod-syntax.t => author-pod-syntax.t} |   5 +-
 152 files changed, 2430 insertions(+), 1384 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