Update to 1.30

- New upstream release 1.30
  - Add csv (..., out => ...) syntax examples (GH#7)
  - Disable escape_null for undefined escape_char
  - Fix ->say for bound columns (CPAN RT#121576)
  - Update to Devel::PPPort 3.36
  - Tested under 5.26.0 and 5.27.0
  - Documentation changes and additions
epel9
Paul Howarth 8 years ago
parent 19bb5abcd1
commit 4daf19a1d6

@ -1,6 +1,6 @@
Name: perl-Text-CSV_XS
Version: 1.29
Release: 2%{?dist}
Version: 1.30
Release: 1%{?dist}
Summary: Comma-separated values manipulation routines
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/Text-CSV_XS/
@ -74,6 +74,15 @@ make %{?_smp_mflags} test
%{_mandir}/man3/Text::CSV_XS.3*
%changelog
* Sat Jun 10 2017 Paul Howarth <paul@city-fan.org> - 1.30-1
- Update to 1.30
- Add csv (..., out => ...) syntax examples (GH#7)
- Disable escape_null for undefined escape_char
- Fix ->say for bound columns (CPAN RT#121576)
- Update to Devel::PPPort 3.36
- Tested under 5.26.0 and 5.27.0
- Documentation changes and additions
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.29-2
- Perl 5.26 rebuild

@ -1 +1 @@
SHA512 (Text-CSV_XS-1.29.tgz) = fb71d44c8ec8420d7f80a8c7a9a0fc5db5023303f6317a6e49b06681df2ebb7b88af14a43e50f97cc328921a636453fb6a9840f6251d0a2c48205cd48b1d529d
SHA512 (Text-CSV_XS-1.30.tgz) = f627478a719b0bf7a96b7142520d22af286595f218e535f2a4e6c950d7c1a005b948b519d30daa77566096b0a0d34b4669750b2d7359193c3916b29dc77c85df

Loading…
Cancel
Save