Update to 1.17

- New upstream release 1.17
  - Enable overruling $csv in csv()
  - Allow encoding to be shortened to enc in csv()
  - Allow filter to alter content
  - Add say (print with default eol => $\)
  - Allow MS sep=; on first line (CPAN RT#100304)
epel9
Paul Howarth 10 years ago
parent 02f856b8cd
commit b17df33962

@ -1,5 +1,5 @@
Name: perl-Text-CSV_XS
Version: 1.16
Version: 1.17
Release: 1%{?dist}
Summary: Comma-separated values manipulation routines
Group: Development/Libraries
@ -69,6 +69,14 @@ make %{?_smp_mflags} test
%{_mandir}/man3/Text::CSV_XS.3*
%changelog
* Sun Apr 26 2015 Paul Howarth <paul@city-fan.org> - 1.17-1
- Update to 1.17
- Enable overruling $csv in csv()
- Allow encoding to be shortened to enc in csv()
- Allow filter to alter content
- Add say (print with default eol => $\)
- Allow MS sep=; on first line (CPAN RT#100304)
* Mon Mar 2 2015 Paul Howarth <paul@city-fan.org> - 1.16-1
- Update to 1.16:
- filter made more useful (access to other fields)

@ -1 +1 @@
62fadae9a88cc9fc921280a5bf1ff161 Text-CSV_XS-1.16.tgz
f081fcb78f44795f3fdbf1ecb635d821 Text-CSV_XS-1.17.tgz

Loading…
Cancel
Save