[libcatmandu-perl] 01/10: Merge tag 'upstream/0.9501'

Jonas Smedegaard dr at jones.dk
Mon Oct 26 02:46:45 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 0a0d1160813635cccaca29c3b3b830244b574305
Merge: c500d7a 6308609
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Oct 25 18:47:03 2015 +0100

    Merge tag 'upstream/0.9501'
    
    Upstream version 0.9501
    
    # gpg: Underskrift lavet søn 25 okt 2015 18:47:00 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                                           |  14 +-
 Changes                                            |  56 ++++-
 Dockerfile                                         |  24 ++-
 MANIFEST                                           |  75 ++++++-
 META.json                                          |  17 +-
 META.yml                                           |  15 +-
 README                                             |  27 ++-
 benchmark/catmandu_util_vs_data_util.pl            |  76 +++++++
 bin/catmandu                                       |   2 +-
 cpanfile                                           |   7 +-
 dist.ini                                           |   5 +
 lib/Catmandu.pm                                    |  36 ++--
 lib/Catmandu/Addable.pm                            |  30 ++-
 lib/Catmandu/ArrayIterator.pm                      |   2 +-
 lib/Catmandu/Bag.pm                                |  53 ++++-
 lib/Catmandu/CLI.pm                                |  24 ++-
 lib/Catmandu/Cmd.pm                                |  20 +-
 lib/Catmandu/Cmd/config.pm                         |  25 ++-
 lib/Catmandu/Cmd/convert.pm                        |  26 +--
 lib/Catmandu/Cmd/count.pm                          |  19 +-
 lib/Catmandu/Cmd/data.pm                           |   3 +
 lib/Catmandu/Cmd/delete.pm                         |  22 +-
 lib/Catmandu/Cmd/export.pm                         |  22 +-
 lib/Catmandu/Cmd/help.pm                           | 103 +++++++++
 lib/Catmandu/Cmd/import.pm                         |  22 +-
 lib/Catmandu/Cmd/info.pm                           |  71 +++----
 lib/Catmandu/Cmd/move.pm                           |  23 +-
 lib/Catmandu/Cmd/run.pm                            |  63 ++++++
 lib/Catmandu/Error.pm                              | 116 +++++++++-
 lib/Catmandu/Exporter/CSV.pm                       |  52 +++--
 lib/Catmandu/Exporter/JSON.pm                      |  24 ++-
 lib/Catmandu/Exporter/Null.pm                      |  12 +-
 lib/Catmandu/Exporter/RIS.pm                       |  77 -------
 lib/Catmandu/Exporter/Text.pm                      | 155 ++++++++++++++
 lib/Catmandu/Exporter/YAML.pm                      |  35 +++-
 lib/Catmandu/Fix.pm                                | 186 ++++++++++++++--
 lib/Catmandu/Fix/Bind.pm                           |  45 ++--
 lib/Catmandu/Fix/Bind/benchmark.pm                 |   4 -
 lib/Catmandu/Fix/Bind/hashmap.pm                   |  75 ++++---
 lib/Catmandu/Fix/Bind/identity.pm                  |   4 -
 lib/Catmandu/Fix/Bind/importer.pm                  | 124 +++++++++++
 lib/Catmandu/Fix/Bind/list.pm                      | 118 +++++++----
 lib/Catmandu/Fix/Bind/maybe.pm                     |   4 -
 lib/Catmandu/Fix/Bind/timeout.pm                   | 132 ++++++++++++
 lib/Catmandu/Fix/Bind/visitor.pm                   | 201 ++++++++++++++++++
 lib/Catmandu/Fix/Bind/with.pm                      | 140 +++++++++++++
 lib/Catmandu/Fix/Condition/SimpleAllTest.pm        |   1 -
 lib/Catmandu/Fix/Condition/SimpleCompareTest.pm    | 119 +++++++++++
 lib/Catmandu/Fix/Condition/all_equal.pm            |  43 ++++
 lib/Catmandu/Fix/Condition/any_equal.pm            |  43 ++++
 lib/Catmandu/Fix/Condition/exists.pm               |   4 +-
 lib/Catmandu/Fix/Condition/in.pm                   |  63 ++++++
 lib/Catmandu/Fix/Condition/is_false.pm             |  32 +++
 lib/Catmandu/Fix/Condition/is_true.pm              |  32 +++
 lib/Catmandu/Fix/Has.pm                            |  44 +++-
 lib/Catmandu/Fix/Parser.pm                         |   6 +-
 lib/Catmandu/Fix/SimpleGetValue.pm                 |  58 +++++
 lib/Catmandu/Fix/add_to_exporter.pm                |  63 ++++++
 lib/Catmandu/Fix/add_to_store.pm                   |   5 +-
 lib/Catmandu/Fix/array.pm                          |  13 +-
 lib/Catmandu/Fix/assoc.pm                          |  69 ++++++
 lib/Catmandu/Fix/code.pm                           |   7 +-
 lib/Catmandu/Fix/collapse.pm                       |  21 +-
 lib/Catmandu/Fix/copy_field.pm                     |  28 +--
 lib/Catmandu/Fix/expand.pm                         |  23 +-
 lib/Catmandu/Fix/expand_date.pm                    |  24 +++
 lib/Catmandu/Fix/flatten.pm                        |  35 ++++
 lib/Catmandu/Fix/format.pm                         |  63 ++++++
 lib/Catmandu/Fix/from_json.pm                      |   5 +-
 lib/Catmandu/Fix/hash.pm                           |  13 +-
 lib/Catmandu/Fix/import.pm                         |  70 +++++++
 lib/Catmandu/Fix/include.pm                        | 121 +++++++++++
 lib/Catmandu/Fix/log.pm                            |   8 +-
 lib/Catmandu/Fix/lookup.pm                         |   2 +-
 lib/Catmandu/Fix/lookup_in_store.pm                |  70 ++++++-
 lib/Catmandu/Fix/parse_text.pm                     |  61 ++++++
 lib/Catmandu/Fix/perlcode.pm                       |  83 ++++++++
 lib/Catmandu/Fix/retain.pm                         |   4 +-
 lib/Catmandu/Fix/reverse.pm                        |  42 ++++
 lib/Catmandu/Fix/sleep.pm                          |  62 ++++++
 lib/Catmandu/Fix/substring.pm                      |   3 +-
 lib/Catmandu/Fix/to_json.pm                        |   4 +-
 lib/Catmandu/Fix/trim.pm                           |  15 +-
 lib/Catmandu/Fix/uniq.pm                           |  37 ++++
 lib/Catmandu/Fix/vacuum.pm                         |  69 ++++++
 lib/Catmandu/Hits.pm                               |   2 +-
 lib/Catmandu/IdGenerator.pm                        |  39 ++++
 lib/Catmandu/IdGenerator/Mock.pm                   |  50 +++++
 lib/Catmandu/IdGenerator/UUID.pm                   |  38 ++++
 lib/Catmandu/Importer.pm                           | 205 ++++++++++++++++--
 lib/Catmandu/Importer/CSV.pm                       |  82 ++++++--
 lib/Catmandu/Importer/JSON.pm                      |  47 +++--
 lib/Catmandu/Importer/Mock.pm                      |  40 ++--
 lib/Catmandu/Importer/Modules.pm                   | 115 +++++++---
 lib/Catmandu/Importer/Null.pm                      |  55 +++++
 lib/Catmandu/Importer/Text.pm                      | 151 +++++++++++++
 lib/Catmandu/Importer/YAML.pm                      |  36 ++--
 lib/Catmandu/Interactive.pm                        | 233 +++++++++++++++++++++
 lib/Catmandu/Introduction.pod                      | 166 +++++++++++++++
 lib/Catmandu/Iterable.pm                           |  46 +++-
 lib/Catmandu/Logger.pm                             |   2 +-
 lib/Catmandu/Paged.pm                              |  86 ++++++--
 lib/Catmandu/Searchable.pm                         |  20 +-
 lib/Catmandu/Serializer.pm                         |   2 +-
 lib/Catmandu/Store/Hash.pm                         |  24 ++-
 lib/Catmandu/Util.pm                               |  90 +++++++-
 t/Catmandu-Addable.t                               |   6 +-
 t/Catmandu-CLI.t                                   |  44 ++++
 t/Catmandu-Cmd-data.t                              |  53 ++++-
 t/Catmandu-Cmd-export.t                            |  10 +-
 t/Catmandu-Cmd-help.t                              |  42 ++++
 t/Catmandu-Cmd-run.t                               |  29 +++
 t/Catmandu-Exporter-CSV.t                          |  11 +-
 t/Catmandu-Exporter-RIS.t                          |  40 ----
 t/Catmandu-Exporter-Text.t                         |  53 +++++
 t/Catmandu-Fix-Bind-hashmap.t                      | 107 ++++++++--
 t/Catmandu-Fix-Bind-importer.t                     |  44 ++++
 t/Catmandu-Fix-Bind-list.t                         |  19 +-
 ...Fix-Bind-list.t => Catmandu-Fix-Bind-timeout.t} |  63 ++++--
 ...-Bind-hashmap.t => Catmandu-Fix-Bind-visitor.t} |  69 +++---
 ...du-Fix-Bind-list.t => Catmandu-Fix-Bind-with.t} |  33 +--
 t/Catmandu-Fix-Condition-all_equal.t               |  39 ++++
 t/Catmandu-Fix-Condition-all_match.t               |  46 ++++
 t/Catmandu-Fix-Condition-any_equal.t               |  39 ++++
 t/Catmandu-Fix-Condition-any_match.t               |  50 +++++
 t/Catmandu-Fix-Condition-in.t                      |  81 +++++++
 t/Catmandu-Fix-Condition-is_false.t                |  49 +++++
 t/Catmandu-Fix-Condition-is_true.t                 |  49 +++++
 t/Catmandu-Fix-add_to_exporter.t                   |  24 +++
 t/Catmandu-Fix-assoc.t                             |  23 ++
 t/Catmandu-Fix-collapse.t                          |   7 +-
 t/Catmandu-Fix-copy_field.t                        |   7 +-
 t/Catmandu-Fix-expand.t                            |   7 +-
 t/Catmandu-Fix-flatten.t                           |  18 ++
 t/Catmandu-Fix-format.t                            |  29 +++
 t/Catmandu-Fix-include.t                           |  29 +++
 t/Catmandu-Fix-join_field.t                        |   7 +-
 t/Catmandu-Fix-lookup.t                            |   7 +-
 t/Catmandu-Fix-lookup_in_store.t                   |   7 +-
 t/Catmandu-Fix-move_field.t                        |  12 +-
 t/Catmandu-Fix-parse_text.t                        |  29 +++
 t/Catmandu-Fix-perlcode.t                          |  21 ++
 t/Catmandu-Fix-reverse.t                           |  24 +++
 t/Catmandu-Fix-sleep.t                             |  19 ++
 t/Catmandu-Fix-trim.t                              |   9 +-
 t/Catmandu-Fix-uniq.t                              |  18 ++
 t/Catmandu-Fix-vacuum.t                            |  30 +++
 t/Catmandu-Fix.t                                   |   8 +-
 t/Catmandu-Hits.t                                  |  25 ++-
 t/Catmandu-IdGenerator-Mock.t                      |  39 ++++
 t/Catmandu-IdGenerator-UUID.t                      |  20 ++
 t/Catmandu-IdGenerator.t                           |  15 ++
 t/Catmandu-Importer-Modules.t                      |  45 ++--
 t/Catmandu-Importer-Text.t                         |  63 ++++++
 t/Catmandu-Importer.t                              |  24 ++-
 t/Catmandu-Interactive.t                           |  98 +++++++++
 t/Catmandu-Iterable.t                              |  14 +-
 t/Catmandu-Searchable.t                            |  25 ++-
 t/Catmandu-Util.t                                  |   5 +-
 t/csv_test.json                                    |   2 +
 t/fix-level-1.txt                                  |   5 +
 t/fix-level-2.txt                                  |   2 +
 t/fix-level-3.txt                                  |   3 +
 t/lib/Catmandu/Importer/Values.pm                  |   2 +-
 t/myfixes.fix                                      |   2 +
 t/nothing.fix                                      |   2 -
 t/run.fix                                          |   2 +
 t/script.pl                                        |  11 +
 168 files changed, 6299 insertions(+), 796 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