[libcatmandu-perl] branch master updated (b835077 -> 46b2ce4)

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 change to branch master
in repository libcatmandu-perl.

      from  b835077   Prepare for release: Update changelog, control file and copyright hints.
      adds  bb54856   VERSION for all packages; cleanup
      adds  9d15482   typo
      adds  8df158b   0.9503
      adds  4369045   missing version
      adds  be559f8   moved Docker related stuff to https://github.com/LibreCat/docker-catmandu
      adds  acd4685   Merge pull request #194 from vpeil/rm-docker
      adds  eaa40d7   Fixing dereferencing bug in is_string
      adds  0739f33   Merge branch 'dev' of github.com:LibreCat/Catmandu into dev
      adds  79940b0   Adding tests
      adds  2c33a72   Merge branch 'dev' of github.com:LibreCat/Catmandu into dev
      adds  0ab27c1   fix dereferencing bug in is_string; remove Dockerfile
      adds  8cf7215   merge
      adds  a7681f9   0.9504
      adds  9b0640b   Imported Upstream version 0.9504
       new  dccfdaf   Merge tag 'upstream/0.9504'
       new  22482dd   Update package relations: Tighten build-dependency on libapp-cmd-perl.
       new  46b2ce4   Prepare for release: Update changelog, control file and copyright hints.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Build.PL                                        |   6 +-
 Changes                                         |   7 +
 Dockerfile                                      |  29 ---
 MANIFEST                                        |   5 +-
 META.json                                       |  14 +-
 META.yml                                        |  14 +-
 cpanfile                                        |   2 +-
 debian/changelog                                |  11 +
 debian/control                                  |   2 +-
 debian/copyright_hints                          |   3 +-
 debian/rules                                    |   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 +-
 156 files changed, 2444 insertions(+), 1388 deletions(-)
 delete mode 100644 Dockerfile
 rename t/{release-pod-syntax.t => author-pod-syntax.t} (56%)

-- 
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