[libtext-csv-perl] branch master updated (814b3d8 -> 5b6d0ee)

Salvatore Bonaccorso carnil at debian.org
Sat Sep 14 08:22:13 UTC 2013


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

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

      from  814b3d8   debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-copyright"
      adds  e924682   Imported Upstream version 1.32
       new  790565b   Merge tag 'upstream/1.32'
       new  9ee2e1d   Update copyright years for upstream files
       new  9f2bcfe   Update copyright years for debian/* packaging files
       new  dd77938   Bump versioned Recommends on libtext-csv-xs-perl to (>= 0.99)
       new  31f8c81   Bump Debhelper compat level to 8
       new  ab694b4   Bump Standards-Version to 3.9.4
       new  5b6d0ee   Prepare changelog for release to unstable

The 7 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.PL             |   27 -
 CSV_XS.pm             | 1492 ------------
 CSV_XS.xs             | 1212 ----------
 ChangeLog             |  324 ---
 Changes               |   15 +
 MANIFEST              |    1 +
 META.json             |   48 +
 META.yml              |   44 +-
 README                |    4 +-
 debian/changelog      |   13 +-
 debian/compat         |    2 +-
 debian/control        |    6 +-
 debian/copyright      |    6 +-
 examples/csv-check    |  109 -
 examples/csv2xls      |  161 --
 examples/parser-xs.pl |   69 -
 examples/speed.pl     |   74 -
 lib/Text/CSV.pm       |   46 +-
 lib/Text/CSV_PP.pm    |  145 +-
 ppport.h              | 6430 -------------------------------------------------
 t/01_pod.t            |   10 -
 t/10_base.t           |    6 +-
 t/12_acc.t            |   26 +-
 t/46_eol_si.t         |    1 +
 t/50_utf8.t           |   58 +-
 t/51_utf8.t           |   31 +-
 t/70_rt.t             |  116 +-
 t/71_pp.t             |   51 +-
 t/75_hashref.t        |   15 +-
 29 files changed, 561 insertions(+), 9981 deletions(-)
 delete mode 100644 CSV_XS.PL
 delete mode 100644 CSV_XS.pm
 delete mode 100644 CSV_XS.xs
 delete mode 100644 ChangeLog
 create mode 100644 META.json
 delete mode 100755 examples/csv-check
 delete mode 100755 examples/csv2xls
 delete mode 100755 examples/parser-xs.pl
 delete mode 100644 examples/speed.pl
 delete mode 100644 ppport.h
 delete mode 100644 t/01_pod.t

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



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