[libcatmandu-perl] branch master updated (b1d6645 -> 7ba18ee)

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

      from  b1d6645   Update changelog
      adds  c9aa7be   added test for Catmandu::Importer::Modules
      adds  72f63e2   Catmandu::Fix::uniq
      adds  867d8a9   Catmandu::Fix::uniq fix array with undef values
      adds  e110c20   sort_field, with option undef_position
      adds  dbce44f   sort_field has option undef_position now
      adds  ae73ff3   buildfile
      adds  24b0dcf   Merge branch 'module_info' into dev
      adds  53a6af7   don't check fixes with parentheses as executables
      adds  2aeb5e6   Merge branch 'dev' of github.com:LibreCat/Catmandu into dev
      adds  b439b9e   don't require option 'fixes' in Catmandu::Fix
      adds  fbcd9f9   allow arbitrary code as fixes (issue #107)
      adds  120186f   include YAML end-of-document-indicator (issue #110)
      adds  44e690e   Merge branch 'dev' of github.com:LibreCat/Catmandu into dev
      adds  8ae4957   fix bug in paged
      adds  8a81511   Hardening greater_than and less_than more against mistakes in order of parameters
      adds  8c6861d   dockerfile for catmandu, cf. #59
      adds  163ee3c   Merge branch 'dev' of github.com:LibreCat/Catmandu into dev
      adds  5d01f17   update Changes
      adds  f3e4694   Changes
      adds  4475fb7   document JSON exporter options
      adds  9c584f9   Merge branch 'dev' of github.com:LibreCat/Catmandu into dev
      adds  e927801   Changes
      adds  af3ca54   fix Paged tests
      adds  cbfd764   pod syntax
      adds  d9587e1   0.9207
      adds  9be4c9c   lazy and more robust fix building in Fix.pm
      adds  9405c22   0.9208
      adds  8e33fde   Imported Upstream version 0.9209
       new  f94e299   Merge tag 'upstream/0.9209'
       new  3b2f475   Stop (build-)depend on libjs-perl, depend on (not recommend) libjson-xs-perl (in addition to build-depending), and fix tighten to (build-)depend versioned.
       new  6a3a142   Update patch 1001, and simplify header.
       new  7ba18ee   Prepare for release: Update changelog, control file and copyright hints.

The 4 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                                           |   5 +-
 Changes                                            |  17 +++
 Dockerfile                                         |  11 ++
 MANIFEST                                           |   9 ++
 META.json                                          |   7 +-
 META.yml                                           |   7 +-
 bin/catmandu                                       |   2 +-
 cpanfile                                           |   3 +-
 debian/changelog                                   |  27 ++++-
 debian/control                                     |   5 +-
 debian/copyright_hints                             |  11 +-
 debian/patches/1001_typo_fix_in_manpages.patch     |  15 +--
 debian/rules                                       |   4 +-
 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-move.t => Catmandu-Cmd-info.t}     |   7 +-
 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 +-
 ...du-Fix-retain_field.t => Catmandu-Fix-retain.t} |   7 +-
 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 +++++++-------
 66 files changed, 917 insertions(+), 500 deletions(-)
 create mode 100644 Dockerfile
 create mode 100644 lib/Catmandu/Cmd/info.pm
 create mode 100644 lib/Catmandu/Fix/SimpleGetValue.pm
 create mode 100644 lib/Catmandu/Fix/code.pm
 create mode 100644 lib/Catmandu/Fix/retain.pm
 copy t/{Catmandu-Cmd-move.t => Catmandu-Cmd-info.t} (55%)
 create mode 100644 t/Catmandu-Fix-code.t
 copy t/{Catmandu-Fix-retain_field.t => Catmandu-Fix-retain.t} (58%)
 create mode 100644 t/Catmandu-Importer-Modules.t

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