[libcatmandu-perl] 49/85: Merge branch 'dev' into monad

Jonas Smedegaard dr at jones.dk
Tue May 20 09:56:18 UTC 2014


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

js pushed a commit to tag 0.91
in repository libcatmandu-perl.

commit d2f97c5c1753dc61e98ad876ffb2c7b9453a2262
Merge: f4a751d b909467
Author: Patrick Hochstenbach <patrick.hochstenbach at ugent.be>
Date:   Thu May 15 16:34:23 2014 +0200

    Merge branch 'dev' into monad
    
    Conflicts:
    	lib/Catmandu/Fix.pm
    	lib/Catmandu/Fix/Bind.pm

 .gitignore                              |   3 +-
 Build.PL                                |  71 +----
 Changes                                 |  10 +
 LICENSE                                 | 379 --------------------------
 META.json                               | 126 +++++++++
 README.md                               | 341 ++++++++++++++++++++++--
 cpanfile                                |  44 +++
 dist.ini                                |   1 +
 lib/Catmandu.pm                         |  71 +++--
 lib/Catmandu/Development.pod            | 294 --------------------
 lib/Catmandu/Env.pm                     | 101 ++++---
 lib/Catmandu/Fix.pm                     |  25 +-
 lib/Catmandu/Fix/Condition/all_match.pm |   6 +-
 lib/Catmandu/Fix/Condition/any_match.pm |   6 +-
 lib/Catmandu/Fix/Condition/exists.pm    |  12 +-
 lib/Catmandu/Fix/Parser.pm              |   9 +-
 lib/Catmandu/Fix/add_field.pm           |   8 +-
 lib/Catmandu/Fix/add_to_store.pm        |   2 +-
 lib/Catmandu/Fix/append.pm              |   2 +-
 lib/Catmandu/Fix/array.pm               |   2 +-
 lib/Catmandu/Fix/capitalize.pm          |   2 +-
 lib/Catmandu/Fix/clone.pm               |   4 +-
 lib/Catmandu/Fix/collapse.pm            |   2 +-
 lib/Catmandu/Fix/copy_field.pm          |   2 +-
 lib/Catmandu/Fix/count.pm               |   2 +-
 lib/Catmandu/Fix/downcase.pm            |   2 +-
 lib/Catmandu/Fix/expand.pm              |   4 +-
 lib/Catmandu/Fix/expand_date.pm         |   4 +-
 lib/Catmandu/Fix/from_json.pm           |   2 +-
 lib/Catmandu/Fix/hash.pm                |   2 +-
 lib/Catmandu/Fix/join_field.pm          |   2 +-
 lib/Catmandu/Fix/lookup.pm              |   8 +-
 lib/Catmandu/Fix/lookup_in_store.pm     |   7 +-
 lib/Catmandu/Fix/move_field.pm          |   2 +-
 lib/Catmandu/Fix/nothing.pm             |   2 +-
 lib/Catmandu/Fix/prepend.pm             |   2 +-
 lib/Catmandu/Fix/remove_field.pm        |   2 +-
 lib/Catmandu/Fix/replace_all.pm         |   4 +-
 lib/Catmandu/Fix/retain_field.pm        |   2 +-
 lib/Catmandu/Fix/set_field.pm           |   4 +-
 lib/Catmandu/Fix/sort_field.pm          |   8 +-
 lib/Catmandu/Fix/split_field.pm         |   2 +-
 lib/Catmandu/Fix/substring.pm           |   2 +-
 lib/Catmandu/Fix/sum.pm                 |   2 +-
 lib/Catmandu/Fix/to_json.pm             |   2 +-
 lib/Catmandu/Fix/trim.pm                |   6 +-
 lib/Catmandu/Fix/upcase.pm              |   2 +-
 lib/Catmandu/Importer.pm                |  26 +-
 lib/Catmandu/Introduction.pod           | 456 --------------------------------
 lib/Catmandu/Pluggable.pm               |   4 +-
 lib/Catmandu/Sane.pm                    |  23 ++
 lib/Catmandu/Store.pm                   |  17 +-
 lib/Catmandu/Util.pm                    |  27 +-
 lib/Catmandu/Validator.pm               | 227 ++++++++++++++++
 lib/Catmandu/Validator/Simple.pm        |  83 ++++++
 t/Catmandu-Cmd-convert.t                |   5 +-
 t/Catmandu-Cmd-count.t                  |   5 +-
 t/Catmandu-Cmd-delete.t                 |   5 +-
 t/Catmandu-Cmd-export.t                 |   5 +-
 t/Catmandu-Fix-Parser.t                 |   8 +-
 t/Catmandu-Pluggable.t                  |  39 +--
 t/Catmandu-Validator-Simple.t           |  31 +++
 t/Catmandu-Validator.t                  | 128 +++++++++
 t/catmandu.yml                          |   2 -
 64 files changed, 1311 insertions(+), 1378 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