[libcatmandu-perl] 01/06: Merge tag 'upstream/0.9204'

Jonas Smedegaard dr at jones.dk
Fri Jun 13 11:37:26 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 ceae6be54ae7b2bb408949ba26d34dc77217fbc5
Merge: b37db4c f5909c8
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Jun 13 12:07:15 2014 +0200

    Merge tag 'upstream/0.9204'
    
    Upstream version 0.9204
    
    # gpg: Underskrift lavet fre 13 jun 2014 12:07:10 CEST
    # 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 »Jonas Smedegaard <jonas at dgi-huset.dk>« [ultimativ]
    # gpg:        også kendt som »Jonas Smedegaard <jonas at 107b.dk>« [ultimativ]
    # gpg:        også kendt som »[jpeg image of size 4165]« [ultimativ]

 Build.PL                              |  13 +--
 Changes                               |  26 ++++++
 MANIFEST                              |  16 +++-
 META.json                             |  13 +--
 META.yml                              |  13 +--
 TODO                                  |  16 ----
 bin/catmandu                          |  51 +++++++++++-
 cpanfile                              |  15 ++--
 dist.ini                              |   1 +
 lib/Catmandu.pm                       |   2 +-
 lib/Catmandu/Bag.pm                   |   2 +-
 lib/Catmandu/CLI.pm                   | 145 +++++++++++++++++++++++++++++++++-
 lib/Catmandu/Cmd/config.pm            |  59 ++++++++++----
 lib/Catmandu/Cmd/convert.pm           |   2 +-
 lib/Catmandu/Cmd/export.pm            |   2 +-
 lib/Catmandu/Cmd/exporter_info.pm     |  65 +++++++++++++++
 lib/Catmandu/Cmd/fix_info.pm          |  64 +++++++++++++++
 lib/Catmandu/Cmd/import.pm            |   2 +-
 lib/Catmandu/Cmd/importer_info.pm     |  65 +++++++++++++++
 lib/Catmandu/Cmd/module_info.pm       |  66 ++++++++++++++++
 lib/Catmandu/Cmd/move.pm              |   2 +-
 lib/Catmandu/Cmd/store_info.pm        |  66 ++++++++++++++++
 lib/Catmandu/Env.pm                   |  49 +++++++-----
 lib/Catmandu/Error.pm                 |  26 ++++++
 lib/Catmandu/Exporter.pm              |   2 +-
 lib/Catmandu/Exporter/CSV.pm          |   2 +-
 lib/Catmandu/Exporter/JSON.pm         |  22 +++++-
 lib/Catmandu/Exporter/YAML.pm         |   4 +-
 lib/Catmandu/Fix.pm                   |  49 ++++++++----
 lib/Catmandu/Fix/Base.pm              |   2 +-
 lib/Catmandu/Fix/Bind.pm              |   5 +-
 lib/Catmandu/Fix/Bind/list.pm         |   2 +-
 lib/Catmandu/Fix/Has.pm               |  30 +++++++
 lib/Catmandu/Fix/Parser.pm            |  25 ++++--
 lib/Catmandu/Fix/log.pm               |  40 ++++++++++
 lib/Catmandu/Importer.pm              |   2 +-
 lib/Catmandu/Importer/ExporterInfo.pm |  43 ++++++++++
 lib/Catmandu/Importer/FixInfo.pm      |  42 ++++++++++
 lib/Catmandu/Importer/ImporterInfo.pm |  43 ++++++++++
 lib/Catmandu/Importer/JSON.pm         |  19 +++--
 lib/Catmandu/Importer/ModuleInfo.pm   | 101 +++++++++++++++++++++++
 lib/Catmandu/Importer/StoreInfo.pm    |  43 ++++++++++
 lib/Catmandu/Importer/YAML.pm         |   8 +-
 lib/Catmandu/Iterable.pm              |  65 ++++++++++++---
 lib/Catmandu/Logger.pm                |  99 +++++++++++++++++++++++
 lib/Catmandu/Store.pm                 |   2 +-
 lib/Catmandu/Util.pm                  |   8 +-
 t/Catmandu-Cmd-config.t               |   4 +-
 t/Catmandu-Exporter-YAML.t            |   4 +-
 t/Catmandu-Fix-Bind-identity.t        |  14 +++-
 t/Catmandu-Fix-Bind-list.t            |  16 +++-
 t/Catmandu-Fix-Bind-maybe.t           |  24 +++---
 t/Catmandu-Fix-add_field.t            |   7 +-
 t/Catmandu-Fix-log.t                  |  18 +++++
 t/Catmandu-Fix-set_field.t            |   7 +-
 t/Catmandu-Importer-ModuleInfo.t      |  19 +++++
 t/lib/Catmandu/Fix/undef_error.pm     |   9 +++
 57 files changed, 1392 insertions(+), 169 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