[libcatmandu-perl] 02/05: Merge tag 'upstream/0.9206'

Jonas Smedegaard dr at jones.dk
Tue Oct 14 14:20:03 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 2ac9450c1b236bf47ee5f204a2bbf5521697233a
Merge: 1721cd4 fb1b11b
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Oct 14 15:56:28 2014 +0200

    Merge tag 'upstream/0.9206'
    
    Upstream version 0.9206
    
    # gpg: Underskrift lavet tir 14 okt 2014 15:56:17 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 »[jpeg image of size 4165]« [ultimativ]

 Build.PL                                           |     2 +-
 Changes                                            |     8 +
 MANIFEST                                           |    18 +-
 META.json                                          |     2 +-
 META.yml                                           |     2 +-
 README                                             |    23 +-
 bin/catmandu                                       |     5 +-
 lib/Catmandu.pm                                    |    38 +-
 lib/Catmandu/Addable.pm                            |    64 +
 lib/Catmandu/Buffer.pm                             |    67 +
 lib/Catmandu/CLI.pm                                |    10 +
 lib/Catmandu/Cmd/exporter_info.pm                  |    65 -
 lib/Catmandu/Cmd/fix_info.pm                       |    64 -
 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/Counter.pm                            |    58 +
 lib/Catmandu/Env.pm                                |    37 +
 lib/Catmandu/Exporter/CSV.pm                       |    92 +-
 lib/Catmandu/Exporter/Null.pm                      |    34 +
 lib/Catmandu/Fix.pm                                |    65 +-
 lib/Catmandu/Fix/Base.pm                           |    26 +
 lib/Catmandu/Fix/Bind/hashmap.pm                   |   168 +
 lib/Catmandu/Fix/Condition.pm                      |    27 +
 lib/Catmandu/Fix/Condition/SimpleAllTest.pm        |    45 +
 lib/Catmandu/Fix/Condition/SimpleAnyTest.pm        |    43 +
 lib/Catmandu/Fix/Condition/greater_than.pm         |    55 +-
 lib/Catmandu/Fix/Condition/less_than.pm            |    53 +-
 lib/Catmandu/Fix/Parser.pm                         |    69 +
 lib/Catmandu/Fix/reject.pm                         |    30 +
 lib/Catmandu/Fixable.pm                            |    12 +
 lib/Catmandu/Importer/ExporterInfo.pm              |    43 -
 lib/Catmandu/Importer/FixInfo.pm                   |    42 -
 lib/Catmandu/Importer/ImporterInfo.pm              |    43 -
 .../Importer/{ModuleInfo.pm => Modules.pm}         |    32 +-
 lib/Catmandu/Importer/StoreInfo.pm                 |    43 -
 lib/Catmandu/Importer/YAML.pm                      |     5 +-
 lib/Catmandu/Iterable.pm                           |    11 +-
 lib/Catmandu/Iterator.pm                           |    49 +
 lib/Catmandu/Logger.pm                             |    28 +-
 lib/Catmandu/Paged.pm                              |    44 +
 lib/Catmandu/Pluggable.pm                          |    70 +
 lib/Catmandu/Serializer.pm                         |    79 +
 lib/Catmandu/Serializer/json.pm                    |    28 +
 lib/Catmandu/Store.pm                              |     8 +-
 t/Catmandu-Exporter-CSV.t                          |    20 +-
 ...ndu-Exporter-CSV.t => Catmandu-Exporter-Null.t} |    25 +-
 t/Catmandu-Fix-Bind-hashmap.t                      |   110 +
 t/Catmandu-Importer-ModuleInfo.t                   |    19 -
 t/Catmandu-Importer-YAML.t                         |    16 +-
 t/non_ascii.json                                   |  1000 ++
 t/non_ascii.yaml                                   | 14592 +++++++++++++++++++
 53 files changed, 16974 insertions(+), 714 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