Update to 1.33

- New upstream release 1.33
  - Small additional fix for eol = \r + BOM
  - Updated documentation for example files
  - Add support for formula actions (GH#11)
    - csv2xls and csv2xlsx now warn by default
  - Reset file info on ->header call (CPAN RT#123320)
epel9
Paul Howarth 7 years ago
parent 2840a30e92
commit a164c2bc92

@ -1,5 +1,5 @@
Name: perl-Text-CSV_XS
Version: 1.32
Version: 1.33
Release: 1%{?dist}
Summary: Comma-separated values manipulation routines
License: GPL+ or Artistic
@ -82,6 +82,14 @@ make %{?_smp_mflags} test
%{_mandir}/man3/Text::CSV_XS.3*
%changelog
* Fri Oct 20 2017 Paul Howarth <paul@city-fan.org> - 1.33-1
- Update to 1.33
- Small additional fix for eol = \r + BOM
- Updated documentation for example files
- Add support for formula actions (GH#11)
- csv2xls and csv2xlsx now warn by default
- Reset file info on ->header call (CPAN RT#123320)
* Sun Sep 17 2017 Paul Howarth <paul@city-fan.org> - 1.32-1
- Update to 1.32
- Add keep_headers attribute to csv()

@ -1 +1 @@
SHA512 (Text-CSV_XS-1.32.tgz) = 6ffe8569347f0c99110657ace431e50e9a9e937e11d6904f33f1a087115cbded8d68d32d9e49fbd6ea54300fbb5da7e9f4479ab3f3d48e8b69ea1c1c3a2a2a7c
SHA512 (Text-CSV_XS-1.33.tgz) = f6a18e57ee2d4e1f305af02922d081c487458453d0553166d1ce01de92f2b779a6b227e7136f37532c2614634f4192b699ef06526c1ca624ed4bd3daacbee35b

Loading…
Cancel
Save