[libtext-csv-xs-perl] branch master updated (7d5c9dd -> ade786b)

Damyan Ivanov dmn at moszumanska.debian.org
Wed Oct 25 13:56:59 UTC 2017


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

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

      from  7d5c9dd   update changelog
      adds  c8aa471   New upstream version 1.33
       new  f7f23d5   Update upstream source from tag 'upstream/1.33'
       new  1e65cf0   update years of upstream copyright
       new  3c97607   declare conformance with Policy 4.1.1 (no changes needed)
       new  ade786b   releasing package libtext-csv-xs-perl version 1.33-1

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:
 CSV_XS.pm             | 558 ++++++++++++++++++++++++++++++++++++++++----------
 CSV_XS.xs             | 296 +++++++++++++++-----------
 ChangeLog             |  47 +++++
 MANIFEST              |   1 +
 META.json             |  90 ++++----
 META.yml              |   6 +-
 Makefile.PL           |  38 +++-
 README                |  18 +-
 debian/changelog      |  10 +-
 debian/control        |   2 +-
 debian/copyright      |   2 +-
 examples/csv-check    | 104 ++++++----
 examples/csv2xls      |  67 +++---
 examples/csv2xlsx     |  34 ++-
 examples/csvdiff      |   6 +-
 examples/parser-xs.pl |   2 +-
 examples/rewrite.pl   |  37 +++-
 examples/speed.pl     |   2 +-
 ppport.h              |   8 +-
 t/12_acc.t            |  49 +++--
 t/20_file.t           |   2 +-
 t/21_lexicalio.t      |   2 +-
 t/22_scalario.t       |   2 +-
 t/40_misc.t           |   2 +-
 t/45_eol.t            |   2 +-
 t/46_eol_si.t         |  41 +++-
 t/50_utf8.t           |   2 +-
 t/51_utf8.t           |   2 +-
 t/55_combi.t          |  20 +-
 t/65_allow.t          |   2 +-
 t/66_formula.t        | 169 +++++++++++++++
 t/70_rt.t             |  75 ++++++-
 t/75_hashref.t        |   2 -
 t/77_getall.t         |   2 +-
 t/78_fragment.t       |  11 +-
 t/79_callbacks.t      |   8 +-
 t/80_diag.t           |  50 ++++-
 t/85_util.t           | 141 ++++++++-----
 t/90_csv.t            | 128 +++++++++++-
 t/91_csv_cb.t         |  51 ++++-
 40 files changed, 1601 insertions(+), 490 deletions(-)
 create mode 100644 t/66_formula.t

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