[libtext-csv-xs-perl] branch master updated (d4b0846 -> 87555fc)

Lucas Kanashiro kanashiro.duarte at gmail.com
Mon Jan 11 01:59:45 UTC 2016


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

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

      from  d4b0846   releasing package libtext-csv-xs-perl version 1.20-1
      adds  56afbec   use "say" in synopsis
      adds  b740b0f   give "filter" a prominent place in synopsis
      adds  9b552ee   No need for special characters in this doc section
      adds  13af359   Change doc =item attributes for new to =head for index
      adds  37493a6   versions
      adds  43453de   Add known_attributes function/method
      adds  19720f1   Encode 2.76 released
      adds  450831e   Add contributor notes
      adds  d3008e2   minor format
      adds  b39e245   Add CONTRIBUTING.md to MANIFEST
      adds  9af8bae   move ms-sep.csv to sandbox
      adds  3646dbc   No osx for now: CSV_XS is too important to show FAIL
      adds  a143fda   *small* type in comment (not user visible)
      adds  a0db663   add quote (undef) test
      adds  5c2e265   Add down-river tests for Text::CSV (an extra ± 700)
      adds  da50386   Allow undef as value for aliased attributes
      adds  286be91   no scalar ref in old perl
      adds  fb2acd7   versions
      adds  c79696e   Fsdb broken, Text::CSV::Encoded fixed in new release
      adds  448de99   static+const on xs_errors table
      adds  26e7669   Merge pull request #1 from bulk88/master
      adds  4231572   Add confusion option to rewrite example
      adds  a54cf13   Alias %_ to row in hashref mode for csv function callbacks
      adds  d65eff6   Skip *examples* minimum to 5.010 and use defined-or where appropriate
      adds  bbc135f   whitespace in downriver test script
      adds  b60e6ce   Aliassing %_ causes trouble in 5.8.x
      adds  c8be23b   *_ = $ref works in 5.8.x where *{$::{_}} = $ref FAILs
      adds  e1f6816   ran a new used-by.pl
      adds  871346f   Fix loose_escape for \r\n line ending
      adds  183f846   Tests for \r\n ending with allow_loose_escapes
      adds  49ce1b3   add 5.22 to travis
      adds  b0940fc   column width can be undefined
      adds  72b80ee   merge META
      adds  6d2203d   5.22.1 is now my default perl
      adds  cbb0927   It's 2016
      adds  cb01f40   Clarify $csv->csv (...) documentation (RT#110941)
      adds  f3a59fe   Imported Upstream version 1.21
       new  90da798   Merge tag 'upstream/1.21'
       new  80021be   Update debian/changelog
       new  8d00872   Update upstream copyright
       new  209942b   Update debian/* copyright
       new  87555fc   Releasing libtext-csv-xs-perl version 1.21-1

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:
 CSV_XS.pm             | 54 +++++++++++++++++++++++++++++++++++++++++----------
 CSV_XS.xs             |  6 +++---
 ChangeLog             |  9 +++++++++
 META.json             | 46 +++++++++++++++++++++----------------------
 META.yml              |  4 ++--
 Makefile.PL           |  2 +-
 README                |  2 +-
 debian/changelog      |  9 +++++++++
 debian/copyright      | 10 +++-------
 examples/csv-check    | 10 +++++-----
 examples/csv2xls      |  8 ++++----
 examples/csvdiff      |  2 +-
 examples/parser-xs.pl |  2 +-
 examples/rewrite.pl   | 37 +++++++++++++++++++++++++++++++++--
 examples/speed.pl     |  2 +-
 ppport.h              |  2 +-
 t/45_eol.t            | 10 +++++++++-
 t/91_csv_cb.t         | 39 ++++++++++++++++++++++++++++++++++++-
 18 files changed, 190 insertions(+), 64 deletions(-)
 mode change 100644 => 100755 examples/rewrite.pl
 mode change 100644 => 100755 examples/speed.pl

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