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

Jonas Smedegaard dr at jones.dk
Wed Feb 25 20:04:34 UTC 2015


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

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

      from  7ba18ee   Prepare for release: Update changelog, control file and copyright hints.
      adds  c9fcf1e   better document Catmandu::Exporter
      adds  6fcfc52   Merge branch 'dev' of github.com:LibreCat/Catmandu into dev
      adds  a6ab354   fix typo in pod
      adds  c01f460   Merge branch 'master' into dev
      adds  7fcf78b   Adding the 'info' command again to Catmandu core #98
      adds  735ee26   Merge branch 'dev' of github.com:LibreCat/Catmandu into dev
      adds  90512bb   ignore deleted commands
      adds  a2c3e56   retain fix
      adds  215f002   update pod
      adds  b84c6b3   SimpleSetValue
      adds  ce22590   diy simple fix boillerplate
      adds  df42348   require JSON::XS
      adds  4f84fb7   rename
      adds  dab79f7   remove more fix boilerplate
      adds  123b955   changelog
      adds  a9f7b97   0.9209
      adds  7506a2c   typo
      adds  cbf6ad4   update App::Cmd dep
      adds  536d092   add CLI examples to POD
      adds  282e51b   Merge branch 'dev' of github.com:LibreCat/Catmandu into dev
      adds  dec3c0e   fix log tests
      adds  22ddd46   oops
      adds  9e3f695   0.9210
      adds  7e15013   Fixing null exceptions when io streams can't be read
      adds  835fd9f   merge
      adds  9ea47f4   stop_if iterable method
      adds  c96c53c   Adding support for the 'filter' Fix
      adds  b795ea5   Merge branch 'dev' of github.com:LibreCat/Catmandu into dev
      adds  c6fc42c   stop_if iterable tests
      adds  c07bfe4   Fix a tiny typo: Caculate
      adds  cde44ed   Merge branch 'patch-1' of git://github.com/MagnusEnger/Catmandu into MagnusEnger-patch-1
      adds  254620f   Merge branch 'MagnusEnger-patch-1' into dev
      adds  55aa3a0   update contributors
      adds  6ea85f6   edit typo catmandy
      adds  2622d19   Merge pull request #125 from jorol/pr/doc_typo
      adds  f6b819e   Merge branch 'dev' of github.com:LibreCat/Catmandu into dev
      adds  d9fb722   fix regex bug #124
      adds  1efe987   fixes set_array and set_hash
      adds  5897c82   Merge pull request #118 from LibreCat/clear_fields
      adds  0846d12   set_array, set_hash fixes can set inital contents
      adds  dcaa312   json option consistency
      adds  afa434d   iterable next
      adds  1b509d5   iterable rewind and external iterator tests
      adds  999fbe0   Fix::Parser error handling
      adds  9609510   Adding support for merging hashes as utility
      adds  5689839   Adding a hash_merge example in pod
      adds  841f2b8   Merge branch 'dev' of github.com:LibreCat/Catmandu into dev
      adds  fad69f3   add Hash::Merge::Simple dependency
      adds  79db101   fix Versioning bugs
      adds  80f2094   changelog
      adds  23d8824   0.93
      adds  5fe0629   Changes
      adds  cb03a3f   Changes
      adds  2100365   Cmd test output
      adds  2d608a6   Cmd test output
      adds  27faffb   0.9301
      adds  e4ce717   Imported Upstream version 0.9301
       new  56ec881   Merge tag 'upstream/0.9301'
       new  ac441ed   Update copyright info: Bump (yes, not extend) overage for main upstream author.
       new  2c23923   Update package relations: Tighten (build-)dependency on libapp-cmd-perl liblog-any-perl liblog-any-adapter-perl. (Build-)depend on libhash-merge-simple-perl libmoox-aliases-perl.
       new  a8029b1   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                                       |  26 ++--
 Changes                                        |  23 ++-
 LICENSE                                        |   6 +-
 MANIFEST                                       |   8 +-
 META.json                                      |  29 ++--
 META.yml                                       |  28 ++--
 README                                         | 199 ++++++++++++++++---------
 cpanfile                                       |  11 +-
 debian/changelog                               |  33 ++++
 debian/control                                 |   8 +-
 debian/copyright                               |   2 +-
 debian/copyright_hints                         |  10 +-
 debian/rules                                   |  10 +-
 lib/Catmandu.pm                                |   4 +-
 lib/Catmandu/CLI.pm                            |  69 +++++----
 lib/Catmandu/Cmd/convert.pm                    |   4 +-
 lib/Catmandu/Env.pm                            |   2 +-
 lib/Catmandu/Error.pm                          |  31 +++-
 lib/Catmandu/Exporter/JSON.pm                  |   7 +-
 lib/Catmandu/Fix.pm                            |  20 ++-
 lib/Catmandu/Fix/Condition/all_match.pm        |   5 +-
 lib/Catmandu/Fix/Condition/any_match.pm        |   5 +-
 lib/Catmandu/Fix/Parser.pm                     |  84 ++++++-----
 lib/Catmandu/Fix/filter.pm                     |  39 +++++
 lib/Catmandu/Fix/replace_all.pm                |   6 +-
 lib/Catmandu/Fix/set_array.pm                  |  45 ++++++
 lib/Catmandu/Fix/{set_field.pm => set_hash.pm} |  23 ++-
 lib/Catmandu/Importer/CSV.pm                   |   9 ++
 lib/Catmandu/Importer/JSON.pm                  |   6 +-
 lib/Catmandu/Iterable.pm                       |  94 +++++++++++-
 lib/Catmandu/Pluggable.pm                      |   6 +-
 lib/Catmandu/Plugin/Versioning.pm              |  32 ++--
 lib/Catmandu/Util.pm                           |  33 +++-
 t/Catmandu-ArrayIterator.t                     |  14 +-
 t/Catmandu-CLI.t                               |  17 ++-
 t/Catmandu-Cmd.t                               |   6 +-
 t/Catmandu-Fix-Parser.t                        |  18 ++-
 t/Catmandu-Fix-filter.t                        |  22 +++
 t/Catmandu-Fix-set_array.t                     |  39 +++++
 t/Catmandu-Fix-set_hash.t                      |  40 +++++
 t/Catmandu-Fix.t                               |  37 +++--
 t/Catmandu-Iterable.t                          |  21 ++-
 t/Catmandu-Plugin-Versioning.t                 |  25 +++-
 t/Catmandu-Util.t                              |  10 +-
 t/Catmandu.t                                   |  11 +-
 45 files changed, 879 insertions(+), 298 deletions(-)
 create mode 100644 lib/Catmandu/Fix/filter.pm
 create mode 100644 lib/Catmandu/Fix/set_array.pm
 copy lib/Catmandu/Fix/{set_field.pm => set_hash.pm} (50%)
 create mode 100644 t/Catmandu-Fix-filter.t
 create mode 100644 t/Catmandu-Fix-set_array.t
 create mode 100644 t/Catmandu-Fix-set_hash.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