Update to 1.18

- New upstream release 1.18
  - Add quote_empty attribute
  - Add database NULL documentation
  - Inherit csv attributes in csv() when called in void context
  - Micro-optimisation for combine/print (empty fields will be faster)
epel9
Paul Howarth 10 years ago
parent b17df33962
commit d05cf7b668

@ -1,5 +1,5 @@
Name: perl-Text-CSV_XS
Version: 1.17
Version: 1.18
Release: 1%{?dist}
Summary: Comma-separated values manipulation routines
Group: Development/Libraries
@ -69,6 +69,13 @@ make %{?_smp_mflags} test
%{_mandir}/man3/Text::CSV_XS.3*
%changelog
* Sun May 24 2015 Paul Howarth <paul@city-fan.org> - 1.18-1
- Update to 1.18
- Add quote_empty attribute
- Add database NULL documentation
- Inherit csv attributes in csv() when called in void context
- Micro-optimisation for combine/print (empty fields will be faster)
* Sun Apr 26 2015 Paul Howarth <paul@city-fan.org> - 1.17-1
- Update to 1.17
- Enable overruling $csv in csv()

@ -1 +1 @@
f081fcb78f44795f3fdbf1ecb635d821 Text-CSV_XS-1.17.tgz
510791081d14d6ad4b53511d5d0aed60 Text-CSV_XS-1.18.tgz

Loading…
Cancel
Save