[libcatmandu-perl] 01/04: Merge tag 'upstream/0.9209'

Jonas Smedegaard dr at jones.dk
Thu Dec 4 14:43:06 UTC 2014


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

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

commit f94e299bff52afef2edc74732b7955c668624898
Merge: b1d6645 8e33fde
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu Dec 4 14:12:35 2014 +0100

    Merge tag 'upstream/0.9209'
    
    Upstream version 0.9209
    
    # gpg: Underskrift lavet tor 04 dec 2014 14:12:30 CET
    # gpg:                bruger RSA nøgle 0x4EC1B722374F9BD6
    # gpg: udfør venligst en --check-trustdb
    # gpg: God underskrift fra »Jonas Smedegaard <dr at jones.dk>« [ultimativ]
    # gpg:        også kendt som »Jonas Smedegaard <jonas at homebase.dk>« [ultimativ]
    # gpg:        også kendt som »Jonas Smedegaard <js at debian.org>« [ultimativ]
    # gpg:        også kendt som »[jpeg image of size 4165]« [ultimativ]

 Build.PL                                    |   5 +-
 Changes                                     |  17 ++++
 Dockerfile                                  |  11 +++
 MANIFEST                                    |   9 ++
 META.json                                   |   7 +-
 META.yml                                    |   7 +-
 bin/catmandu                                |   2 +-
 cpanfile                                    |   3 +-
 lib/Catmandu.pm                             |   2 +-
 lib/Catmandu/CLI.pm                         |  24 +++++-
 lib/Catmandu/Cmd/info.pm                    | 129 ++++++++++++++++++++++++++++
 lib/Catmandu/Exporter.pm                    |  46 ++++++----
 lib/Catmandu/Exporter/JSON.pm               |  76 ++++++++++++----
 lib/Catmandu/Exporter/YAML.pm               |   1 +
 lib/Catmandu/Fix.pm                         |  42 ++++++---
 lib/Catmandu/Fix/Condition/SimpleAllTest.pm |   6 +-
 lib/Catmandu/Fix/Condition/SimpleAnyTest.pm |   2 +-
 lib/Catmandu/Fix/Condition/greater_than.pm  |   2 +-
 lib/Catmandu/Fix/Condition/less_than.pm     |   2 +-
 lib/Catmandu/Fix/SimpleGetValue.pm          |  25 ++++++
 lib/Catmandu/Fix/add_to_store.pm            |  29 +++----
 lib/Catmandu/Fix/append.pm                  |  19 ++--
 lib/Catmandu/Fix/array.pm                   |  23 ++---
 lib/Catmandu/Fix/capitalize.pm              |  19 ++--
 lib/Catmandu/Fix/code.pm                    |  43 ++++++++++
 lib/Catmandu/Fix/count.pm                   |  27 ++----
 lib/Catmandu/Fix/downcase.pm                |  19 ++--
 lib/Catmandu/Fix/from_json.pm               |  32 +++----
 lib/Catmandu/Fix/hash.pm                    |  23 ++---
 lib/Catmandu/Fix/join_field.pm              |  22 ++---
 lib/Catmandu/Fix/prepend.pm                 |  19 ++--
 lib/Catmandu/Fix/replace_all.pm             |  24 ++----
 lib/Catmandu/Fix/retain.pm                  |  62 +++++++++++++
 lib/Catmandu/Fix/retain_field.pm            |   4 +
 lib/Catmandu/Fix/sort_field.pm              |  84 ++++++++++++------
 lib/Catmandu/Fix/split_field.pm             |  18 ++--
 lib/Catmandu/Fix/substring.pm               |  32 +++----
 lib/Catmandu/Fix/sum.pm                     |  24 ++----
 lib/Catmandu/Fix/to_json.pm                 |  32 +++----
 lib/Catmandu/Fix/trim.pm                    |  38 ++++----
 lib/Catmandu/Fix/upcase.pm                  |  19 ++--
 lib/Catmandu/Fixable.pm                     |  34 +++++---
 lib/Catmandu/Importer/JSON.pm               |   4 +-
 lib/Catmandu/Importer/Modules.pm            |   2 +-
 lib/Catmandu/Paged.pm                       |   8 +-
 lib/Catmandu/Serializer/json.pm             |   6 +-
 lib/Catmandu/Util.pm                        |   4 +-
 t/Catmandu-Cmd-config.t                     |   6 +-
 t/Catmandu-Cmd-convert.t                    |   4 +-
 t/Catmandu-Cmd-export.t                     |   4 +-
 t/Catmandu-Cmd-info.t                       |  22 +++++
 t/Catmandu-Exporter-JSON.t                  |  11 ++-
 t/Catmandu-Exporter-YAML.t                  |  21 ++---
 t/Catmandu-Fix-code.t                       |  25 ++++++
 t/Catmandu-Fix-from_json.t                  |   4 +-
 t/Catmandu-Fix-retain.t                     |  26 ++++++
 t/Catmandu-Fix-sort_field.t                 |  42 ++++++++-
 t/Catmandu-Fix-to_json.t                    |   4 +-
 t/Catmandu-Fix.t                            |  14 ++-
 t/Catmandu-Importer-Modules.t               |  34 ++++++++
 t/Catmandu-Paged.t                          |  84 +++++++++---------
 61 files changed, 917 insertions(+), 472 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