- New upstream release 1.25 - Allow lc, uc, and coderef for csv() headers attribute - Document for eof when the last line has an error (CPAN RT#115954) - Allow csv() to call header() with all supported arguments - Add some docs for bind_columns
@ -1,5 +1,5 @@
Name: perl-Text-CSV_XS
Version: 1.24
Version: 1.25
Release: 1%{?dist}
Summary: Comma-separated values manipulation routines
Group: Development/Libraries
@ -75,6 +75,13 @@ make %{?_smp_mflags} test
%{_mandir}/man3/Text::CSV_XS.3*
%changelog
* 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
- Document for eof when the last line has an error (CPAN RT#115954)
- Allow csv() to call header() with all supported arguments
- Add some docs for bind_columns
* Sat Jul 9 2016 Paul Howarth <paul@city-fan.org> - 1.24-1
- Update to 1.24
- Fix typo in docs example code (GH#4)
@ -1 +1 @@
e990e7408c3df0a3d61c908faee0004d Text-CSV_XS-1.24.tgz
2b3fbdf630926d48f016900c84d27148 Text-CSV_XS-1.25.tgz