Update to 1.21

- New upstream release 1.21
  - Clarify documentation (CPAN RT#110941)
  - Alias %_ to row in hashref mode for csv function attributes on_in and
    before_out
  - Examples now use defined-or and thus require perl-5.10 or up
  - Fix \r\n ending with allow_loose_escapes
epel9
Paul Howarth 9 years ago
parent f65ae7d9eb
commit 36eee2e9dc

@ -1,5 +1,5 @@
Name: perl-Text-CSV_XS Name: perl-Text-CSV_XS
Version: 1.20 Version: 1.21
Release: 1%{?dist} Release: 1%{?dist}
Summary: Comma-separated values manipulation routines Summary: Comma-separated values manipulation routines
Group: Development/Libraries Group: Development/Libraries
@ -74,6 +74,14 @@ make %{?_smp_mflags} test
%{_mandir}/man3/Text::CSV_XS.3* %{_mandir}/man3/Text::CSV_XS.3*
%changelog %changelog
* Wed Jan 6 2016 Paul Howarth <paul@city-fan.org> - 1.21-1
- Update to 1.21
- Clarify documentation (CPAN RT#110941)
- Alias %%_ to row in hashref mode for csv function attributes on_in and
before_out
- Examples now use defined-or and thus require perl-5.10 or up
- Fix \r\n ending with allow_loose_escapes
* Fri Oct 9 2015 Paul Howarth <paul@city-fan.org> - 1.20-1 * Fri Oct 9 2015 Paul Howarth <paul@city-fan.org> - 1.20-1
- Update to 1.20 - Update to 1.20
- Use "say" in synopsis - Use "say" in synopsis

@ -1 +1 @@
c593604ccbf486a08353ffc9336e490e Text-CSV_XS-1.20.tgz 892e0b43def9f1c05ddfd63038b20382 Text-CSV_XS-1.21.tgz

Loading…
Cancel
Save