[libcatmandu-perl] branch master updated (598e6a5 -> d25125a)

Jonas Smedegaard dr at jones.dk
Tue Oct 14 14:20:02 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  598e6a5   Update changelog, control file and copyright hints.
       new  1721cd4   Stop aggressive version mangling in watch file.
      adds  2c69e54   document Catmandu::Exporter::CSV
      adds  1436946   better support custom column names in CSV exporter
      adds  6d904fe   Fixing errors in catmandu move examples
      adds  9ca8c1f   Adding a Null exporter
      adds  7b79f06   Adding a hashmap binder for statistical reporting
      adds  2b79336   use MultiMarkdown table format
      adds  4abaa5c   Merge changes
      adds  36bf62c   Merge branch 'nichtich-table-format' into dev
      adds  c5c9d2c   rename commands/importers that list modules
      adds  4806393   Removed variants Catmandu::Importer::Modules
      adds  98bc79f   Adding info command deleting obsolete exporers, importers modules command
      adds  12a5731   Deleting obsolere modules commands
      adds  1dd11e0   Milla Build
      adds  0f2cc75   Merge branch 'nichtich-info-commands' into dev
      adds  c188fea   Deleting obsolete fixes command
      adds  74881b8   Fixing the examples for hashmap binders
      adds  2fd5b0e   Fixing bind errors
      adds  2e725b5   Adding documentation on the default_bag option
      adds  12aa728   Fixed UTF-8 bug #46. Contribution 2 non-ascii test files
      adds  1e8a5fc   more POD
      adds  36963f8   more POD
      adds  c209032   Adding pod
      adds  ce500e1   Adding POD for Addable
      adds  b88acd9   support any executables as fixes (issue #68)
      adds  de7e167   Merge branch 'dev' of github.com:LibreCat/Catmandu into dev
      adds  8fe59a3   Merge branch 'dev' of github.com:LibreCat/Catmandu into dev
      adds  d9a18c3   don't check fixes with newlines as executables
      adds  8136221   Adding pod about the reject() and select() fix
      adds  be3019e   Adding POD for Catmandu::Serializer
      adds  60f84ea   Adding POD for Catmandu::Serializer::json
      adds  a829d45   Fixing example
      adds  496f9ed   Adding pod for Catmandu::Counter
      adds  cc44888   Fixing the POD to use the correct examples
      adds  f18d716   Adding POD for Buffer
      adds  a54769b   Adding basic documentation for Catmandu::Paged
      adds  a936da2   Adding POD for conditional
      adds  449072d   Simplifying the greater_than less_than conditional
      adds  894daad   More elaborate examples how to create any_* , all-* conditionals
      adds  2b67dc4   Adding basic POD
      adds  d314c5c   Adding more POD
      adds  825b8d7   Adding more POD
      adds  f2813bb   Adding more POD
      adds  2b76ff8   Add more POD
      adds  831c8be   Deleting test for non existent module
      adds  f0c79b6   changelog
      adds  eb20e46   fix small pod errors
      adds  28d228f   0.9205
      adds  987bbb9   Merge branch 'dev' of github.com:LibreCat/Catmandu into dev
      adds  62035ad   0.9206
      adds  fb1b11b   Imported Upstream version 0.9206
       new  2ac9450   Merge tag 'upstream/0.9206'
       new  4db9e18   Unfuzz patches.
       new  2a59451   Git-ignore quilt .pc dir.
       new  d25125a   Prepare for release: Update changelog, control file and copyright hints.

The 5 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:
 .gitignore                                         |     1 +
 Build.PL                                           |     2 +-
 Changes                                            |     8 +
 MANIFEST                                           |    18 +-
 META.json                                          |     2 +-
 META.yml                                           |     2 +-
 README                                             |    23 +-
 bin/catmandu                                       |     5 +-
 debian/changelog                                   |    13 +-
 debian/control                                     |     4 +-
 debian/copyright_hints                             |    52 +-
 debian/patches/1001_typo_fix_in_manpages.patch     |    12 +-
 .../patches/1002_add_NAME_section_to_manpage.patch |    10 +-
 debian/watch                                       |     2 -
 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 +-
 ...ix-Bind-maybe.t => Catmandu-Fix-Bind-hashmap.t} |    36 +-
 t/Catmandu-Importer-ModuleInfo.t                   |    19 -
 t/Catmandu-Importer-YAML.t                         |    16 +-
 t/non_ascii.json                                   |  1000 ++
 t/non_ascii.yaml                                   | 14592 +++++++++++++++++++
 60 files changed, 16943 insertions(+), 765 deletions(-)
 create mode 100644 .gitignore
 delete mode 100644 lib/Catmandu/Cmd/exporter_info.pm
 delete mode 100644 lib/Catmandu/Cmd/fix_info.pm
 delete mode 100644 lib/Catmandu/Cmd/importer_info.pm
 delete mode 100644 lib/Catmandu/Cmd/module_info.pm
 delete mode 100644 lib/Catmandu/Cmd/store_info.pm
 create mode 100644 lib/Catmandu/Exporter/Null.pm
 create mode 100644 lib/Catmandu/Fix/Bind/hashmap.pm
 delete mode 100644 lib/Catmandu/Importer/ExporterInfo.pm
 delete mode 100644 lib/Catmandu/Importer/FixInfo.pm
 delete mode 100644 lib/Catmandu/Importer/ImporterInfo.pm
 rename lib/Catmandu/Importer/{ModuleInfo.pm => Modules.pm} (76%)
 delete mode 100644 lib/Catmandu/Importer/StoreInfo.pm
 copy t/{Catmandu-Exporter-CSV.t => Catmandu-Exporter-Null.t} (53%)
 copy t/{Catmandu-Fix-Bind-maybe.t => Catmandu-Fix-Bind-hashmap.t} (82%)
 delete mode 100644 t/Catmandu-Importer-ModuleInfo.t
 create mode 100644 t/non_ascii.json
 create mode 100644 t/non_ascii.yaml

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