[libtext-csv-xs-perl] branch master updated (2dca2a6 -> f10908f)

gregor herrmann gregoa at debian.org
Sun Sep 4 15:38:53 UTC 2016


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

gregoa pushed a change to branch master
in repository libtext-csv-xs-perl.

      from  2dca2a6   update changelog
      adds  7c622aa   Skip unsupported encodings
      adds  7131b08   More docs for header
      adds  daebeb1   Reorganize Unicode section and mention layers (Dan Book)
      adds  878664a   Amend some UTF-8 tests for PERL_UNICODE settings
      adds  a0e9b82   Fix crash on error in parsing with bound columns (RT#113279)
      adds  416492c   Add test case for RT#113279
      adds  7101c20   Add predefined filters (not_blank, not_empty, filled)
      adds  498d66a   Versions
      adds  2c2dad4   Add github issue #3
      adds  7224855   Fixed example typo
      adds  2166261   Merge pull request #4 from joevak/master
      adds  8a270eb   Changelog for merged PR
      adds  283172d   Set auto-wrap on for csv2xls with embedded newlines
      adds  693cfd0   Tested under 5.24.0
      adds  dc626d8   Add examples/csv2xlsx
      adds  4b33175   There is no write_unicode () method in Excel::Writer::XLSX.
      adds  e25e42f   META merge
      adds  ccc2e50   New Devel::PPPort
      adds  20e4cd0   Merge META works
      adds  2fcb4b5   Slight clarifications in docs to prevent confusion
      adds  cac2fa7   csv2xlsx now can merge multiple CSV's into a single xlsx
      adds  0f3136f   A more specific warning certainly helps when typoing a filename
      adds  fae6a34   Fix parse error in complex option combo (RT#115953)
      adds  6edc86b   Allow coderef for headers: $aoh = csv (..., headers => sub { ... });
      adds  f1db76f   Allow "lc" and "uc" for csv (headers => ...)
      adds  5da154d   doc tweaks
      adds  93704e1   spell-check!
      adds  4df8f2e   re-style sub braces
      adds  a16c0d7   Document for eof when the last line has an error (RT#115954)
      adds  7345656   Add better example for RT#115954
      adds  db71575   Minor doc fixes
      adds  530fdeb   Allow csv () to call header () with all supported arguments
      adds  0b3889b   csv (bom => 1, key => "foo") disables using header () correctly
      adds  5eef9f8   tests for csv () using header ()
      adds  af7eda9   Versions
      adds  f2dfb72   add xref in doc
      adds  518e2b2   These ideas have been implemented, though differently
      adds  8d9c2e9   Add note about when bind_columns parsing assigns to fields
      adds  f5f4238   versions
      adds  82edfd7   This is implied by passing NULL xsParse for avf
      adds  cfb1ba3   Release
      adds  e9d1417   New upstream version 1.25
       new  636a7ca   Merge tag 'upstream/1.25'
       new  9308bc7   Update debian/changelog
       new  06e4aef   Drop ancient debian/README.Debian
       new  d688a61   Update (build) dependencies.
       new  f3d8944   Update years of packaging copyright.
       new  f10908f   releasing package libtext-csv-xs-perl version 1.25-1

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:
 CSV_XS.pm            | 354 +++++++++++++++++++++++++++++++++------------------
 CSV_XS.xs            |   1 -
 ChangeLog            |   6 +
 META.json            |  70 +++++-----
 META.yml             |   8 +-
 debian/README.Debian |  17 ---
 debian/changelog     |  16 ++-
 debian/control       |   8 +-
 debian/copyright     |   2 +-
 t/15_flags.t         |   3 +-
 t/55_combi.t         |   3 +-
 t/77_getall.t        |   3 +-
 t/79_callbacks.t     |   3 +-
 t/80_diag.t          |   3 +-
 t/85_util.t          |  34 ++++-
 t/91_csv_cb.t        |  17 ++-
 t/util.pl            |   6 +-
 17 files changed, 343 insertions(+), 211 deletions(-)
 delete mode 100644 debian/README.Debian

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



More information about the Pkg-perl-cvs-commits mailing list