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

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

      from  b37db4c   Prepare release: Update changelog.
      adds  bd61535   add_inc option
      adds  41dab75   finish commands
      adds  39e802d   Fixing bug in Bind that triggered early return after end
      adds  1565ded   Merge branch 'dev' of github.com:LibreCat/Catmandu into 
dev
      adds  e995877   Adding pod documentation
      adds  2cdd87a   Adding documentation on the --version catmandu command 
option
      adds  018acd9   Merge branch 'dev' of github.com:LibreCat/Catmandu into 
dev
      adds  3a79bbb   bump required version of Moo
      adds  11ac284   require YAML::XS
      adds  82afcd3   fix CLI include path load order
      adds  4fed6cb   Catmandu::Logger
      adds  7c2ee9c   logger pod
      adds  5747721   Logger pod
      adds  aaa047b   config command is exportable
      adds  ceadad8   changelog
      adds  a2ee702   Added more pod to the pod
      adds  2f20b99   Merge branch 'dev' of github.com:LibreCat/Catmandu into 
dev
      adds  24106fc   remove cruft
      adds  ee9f99d   more json export options
      adds  2d36862   changelog
      adds  5345180   allow_nonref makes no sense on the import side
      adds  49f5fad   nada
      adds  8b4237f   module info
      adds  266d68a   Adding some friendly error messages
      adds  496c7f6   Adding magic to find out the Fix which threw the error
      adds  5d83ce1   Merge branch 'dev' into making_sense_of_errors
      adds  6f7789a   Returning correct exit codes
      adds  a2766ce   Merge branch 'dev' into making_sense_of_errors
      adds  f840af6   Yup
      adds  84929c3   Merge branch 'dev' into making_sense_of_errors
      adds  455a739   Adding optional log4perl debugging via the commandline
      adds  747e477   Adding support for loading log4perl config path from 
catmandu.yml
      adds  57c3829   Adding more debugging handles
      adds  a1e5bae   Merge branch 'making_sense_of_errors' into dev fixes #79
      adds  c58d779   Fixing test for Bind-maybe
      adds  a101541   Fixing changes in catmandu config output into working 
tests
      adds  1dfa7da   Fixing sending debug messages default to STDERR
      adds  809ca0a   Adding a logger Fix to demonstrate the debug facilities
      adds  33b4430   Support Tied globs when create io. (Needed for 
t/Catmandu-Cmd-config.t
      adds  d6fb454   Merge branch 'dev' of github.com:LibreCat/Catmandu into 
dev
      adds  012fb6e   config cmd default exporter
      adds  6e93795   Merge branch 'dev' into list_commands
      adds  f671d5a   module_info cmd
      adds  bce85e2   rewrite
      adds  46546eb   remove META.json
      adds  952237d   changelog
      adds  c9549db   Adding space
      adds  f4d8e62   Adding log4perl to the recommended packages
      adds  a6f3f97   Renaming the logger fix to log
      adds  8f47d12   remove META.JSON & merge
      adds  f96d695   spacing
      adds  480223e   make incremental JSON importing more robust
      adds  abec7f4   remove obsolete TODO;changelog
      adds  a4e4c8e   better test
      adds  502b884   0.92
      adds  8811112   changelog
      adds  5ce44e8   document Iterable benchmark and format methods
      adds  b66f7de   Deleting debugging in DEMOLISH methods..Not safe
      adds  885b488   explicitly set distribution name
      adds  56d8013   0.9201
      adds  5e1654c   Merge branch 'dev' of github.com:LibreCat/Catmandu into 
dev
      adds  3a303ec   Removing build
      adds  c399acc   changelog
      adds  14c7d29   0.9202
      adds  c6a42db   commit with count zero
      adds  5b0fabb   verbose information
      adds  ea6fd31   cleanup
      adds  1654bc8   changelog
      adds  30a6471   0.9203
      adds  d07dcdd   Fix issue #93 octal number bug
      adds  77de48e   Merge branch 'dev' of github.com:LibreCat/Catmandu into 
dev
      adds  9004881   build script
      adds  fdfd045   0.9204
      adds  f5909c8   Imported Upstream version 0.9204
       new  ceae6be   Merge tag 'upstream/0.9204'
       new  1ecdb89   Update package relations: (Build-)depend on recent 
libyaml-libyaml-perl (not recommend it unversioned or build-depend on 
libyaml-perl).
       new  74fffdb   Update package relations: (Build-)depend on recent 
liblog-any-perl (not libmoox-log-any-perl). Recommend 
liblog-any-adapter-log4perl-perl, and recent liblog-log4perl-perl.
       new  28c2193   Update package relations: Tighten (build-)dependency on 
libmoo-perl (and tidy rules file to declare only once).
       new  55fc1eb   Update package relations: (Build-)depend on 
libmodule-info-perl, and on recent libfile-find-rule-perl.
       new  6373dfd   Prepare for release: Update changelog, control file and 
copyright hints.

The 6 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                                         |  13 +-
 Changes                                          |  26 ++++
 MANIFEST                                         |  16 ++-
 META.json                                        |  13 +-
 META.yml                                         |  13 +-
 TODO                                             |  16 ---
 bin/catmandu                                     |  51 +++++++-
 cpanfile                                         |  15 ++-
 debian/changelog                                 |  31 +++++
 debian/control                                   |   8 +-
 debian/copyright_hints                           |  16 ++-
 debian/rules                                     |  11 +-
 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-nothing.t => Catmandu-Fix-log.t} |   4 +-
 t/Catmandu-Fix-set_field.t                       |   7 +-
 t/Catmandu-Importer-ModuleInfo.t                 |  19 +++
 t/lib/Catmandu/Fix/undef_error.pm                |   9 ++
 61 files changed, 1434 insertions(+), 179 deletions(-)
 delete mode 100644 TODO
 create mode 100644 lib/Catmandu/Cmd/exporter_info.pm
 create mode 100644 lib/Catmandu/Cmd/fix_info.pm
 create mode 100644 lib/Catmandu/Cmd/importer_info.pm
 create mode 100644 lib/Catmandu/Cmd/module_info.pm
 create mode 100644 lib/Catmandu/Cmd/store_info.pm
 create mode 100644 lib/Catmandu/Fix/log.pm
 create mode 100644 lib/Catmandu/Importer/ExporterInfo.pm
 create mode 100644 lib/Catmandu/Importer/FixInfo.pm
 create mode 100644 lib/Catmandu/Importer/ImporterInfo.pm
 create mode 100644 lib/Catmandu/Importer/ModuleInfo.pm
 create mode 100644 lib/Catmandu/Importer/StoreInfo.pm
 create mode 100644 lib/Catmandu/Logger.pm
 copy t/{Catmandu-Fix-nothing.t => Catmandu-Fix-log.t} (60%)
 create mode 100644 t/Catmandu-Importer-ModuleInfo.t
 create mode 100644 t/lib/Catmandu/Fix/undef_error.pm

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libcatmandu-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to