Update to 0.200005

- New upstream release 0.200005
  - Open DATA handles both :raw and :bytes to avoid content munging on Win32
  - This is not yet a perfect solution for Win32
This commit is contained in:
Paul Howarth 2013-12-11 15:06:30 +00:00
parent 019c1a610d
commit 793a753dc4
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: perl-Data-Section Name: perl-Data-Section
Version: 0.200004 Version: 0.200005
Release: 1%{?dist} Release: 1%{?dist}
Summary: Read multiple hunks of data out of your DATA section Summary: Read multiple hunks of data out of your DATA section
License: GPL+ or Artistic License: GPL+ or Artistic
@ -46,6 +46,11 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
%{_mandir}/man3/Data::Section.3pm* %{_mandir}/man3/Data::Section.3pm*
%changelog %changelog
* Wed Dec 11 2013 Paul Howarth <paul@city-fan.org> - 0.200005-1
- Update to 0.200005
- Open DATA handles both :raw and :bytes to avoid content munging on Win32
- This is not yet a perfect solution for Win32
* Mon Dec 2 2013 Paul Howarth <paul@city-fan.org> - 0.200004-1 * Mon Dec 2 2013 Paul Howarth <paul@city-fan.org> - 0.200004-1
- Update to 0.200004 - Update to 0.200004
- Avoid confusion between \n, \x0d\x0a, and Win32 - Avoid confusion between \n, \x0d\x0a, and Win32

View File

@ -1 +1 @@
92378e65b061ca4a91d9b0370a0c0b68 Data-Section-0.200004.tar.gz 2913d322fc927799150f37c51f2ff9a5 Data-Section-0.200005.tar.gz