Update to 0.200006
- New upstream release 0.200006 - Skip tests on Win32 pre-5.14 related to line endings; perl munges the data before we're able to get at it
This commit is contained in:
parent
793a753dc4
commit
b59aa38711
@ -1,5 +1,5 @@
|
|||||||
Name: perl-Data-Section
|
Name: perl-Data-Section
|
||||||
Version: 0.200005
|
Version: 0.200006
|
||||||
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
|
||||||
|
* Mon Mar 10 2014 Paul Howarth <paul@city-fan.org> - 0.200006-1
|
||||||
|
- Update to 0.200006
|
||||||
|
- Skip tests on Win32 pre-5.14 related to line endings; perl munges the data
|
||||||
|
before we're able to get at it
|
||||||
|
|
||||||
* Wed Dec 11 2013 Paul Howarth <paul@city-fan.org> - 0.200005-1
|
* Wed Dec 11 2013 Paul Howarth <paul@city-fan.org> - 0.200005-1
|
||||||
- Update to 0.200005
|
- Update to 0.200005
|
||||||
- Open DATA handles both :raw and :bytes to avoid content munging on Win32
|
- Open DATA handles both :raw and :bytes to avoid content munging on Win32
|
||||||
|
Loading…
Reference in New Issue
Block a user