Update to 1.26

- New upstream release 1.26
  - Disable some Unicode-related tests for unhealthy $PERL_UNICODE
    (CPAN RT#117856)
  - is_missing(0) on empty line returns 1 for keep_meta_info=true (GH#27)
epel9
Paul Howarth 8 years ago
parent 3d3b59c45b
commit bbce61ef51

@ -1,5 +1,5 @@
Name: perl-Text-CSV_XS
Version: 1.25
Version: 1.26
Release: 1%{?dist}
Summary: Comma-separated values manipulation routines
Group: Development/Libraries
@ -75,6 +75,12 @@ make %{?_smp_mflags} test
%{_mandir}/man3/Text::CSV_XS.3*
%changelog
* Wed Nov 30 2016 Paul Howarth <paul@city-fan.org> - 1.26-1
- Update to 1.26
- Disable some Unicode-related tests for unhealthy $PERL_UNICODE
(CPAN RT#117856)
- is_missing(0) on empty line returns 1 for keep_meta_info=true (GH#27)
* Mon Aug 29 2016 Paul Howarth <paul@city-fan.org> - 1.25-1
- Update to 1.25
- Allow lc, uc, and coderef for csv() headers attribute

@ -1 +1 @@
2b3fbdf630926d48f016900c84d27148 Text-CSV_XS-1.25.tgz
833ef0394d21a9086004eb15a006d4bc Text-CSV_XS-1.26.tgz

Loading…
Cancel
Save