Update to 1.42

- New upstream release 1.42
  - Update to Devel::PPPort-3.58
  - Unicode fixes for csv2xls and csv2xlsx
  - Add internal buffers to cache diagnostics
  - Fix positional reporting in examples/csv-check
  - Allow passing CSV parsing attributes to csv-check
  - Proof reading - doc fixes by Klaus Baldermann <soonix> (GH#21)
  - Fix type caching (CPAN RT#132344)
  - Small doc fix by Nick Tonkin <1nickt> (GH#22)
  - Fix sep=; being ignored in ->header (GH#23)
epel9
Paul Howarth 5 years ago
parent 3bb84b1788
commit d70733ad0e

@ -1,5 +1,5 @@
Name: perl-Text-CSV_XS Name: perl-Text-CSV_XS
Version: 1.41 Version: 1.42
Release: 1%{?dist} Release: 1%{?dist}
Summary: Comma-separated values manipulation routines Summary: Comma-separated values manipulation routines
License: GPL+ or Artistic License: GPL+ or Artistic
@ -81,6 +81,18 @@ find %{buildroot} -type f -name '*.bs' -empty -delete
%{_mandir}/man3/Text::CSV_XS.3* %{_mandir}/man3/Text::CSV_XS.3*
%changelog %changelog
* Tue May 19 2020 Paul Howarth <paul@city-fan.org> - 1.42-1
- Update to 1.42
- Update to Devel::PPPort-3.58
- Unicode fixes for csv2xls and csv2xlsx
- Add internal buffers to cache diagnostics
- Fix positional reporting in examples/csv-check
- Allow passing CSV parsing attributes to csv-check
- Proof reading - doc fixes by Klaus Baldermann <soonix> (GH#21)
- Fix type caching (CPAN RT#132344)
- Small doc fix by Nick Tonkin <1nickt> (GH#22)
- Fix sep=; being ignored in ->header (GH#23)
* Sun Feb 16 2020 Paul Howarth <paul@city-fan.org> - 1.41-1 * Sun Feb 16 2020 Paul Howarth <paul@city-fan.org> - 1.41-1
- Update to 1.41 - Update to 1.41
- Update to Devel::PPPort-3.56 - Update to Devel::PPPort-3.56

@ -1 +1 @@
SHA512 (Text-CSV_XS-1.41.tgz) = a518a1cfe328c8fb3c439bde5137c4cda6081f6ab2d87fe9a8b2943d05f51705c5dd3ab2500b9f09484418d82577cb6a6e60b1bbe1747a177d2158f7d10b93f6 SHA512 (Text-CSV_XS-1.42.tgz) = ba633683845c4c2bb4210e9ec9313e593c1eb053c78b5ba26aa19b4da4f5d1ce7600233e2579c1dfb86ae0bd0d8b4f9059e444b14308023214f5b39545ae8b0c

Loading…
Cancel
Save